Home
last modified time | relevance | path

Searched refs:MAX_TRANSFER_COUNT (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/atm/
H A Dhorizon.c954 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
959 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
960 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
983 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
988 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
989 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
1116 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1125 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1126 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1144 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
[all …]
H A Dhorizon.h172 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/atm/
H A Dhorizon.c954 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
959 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
960 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
983 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
988 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
989 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
1116 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1125 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1126 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1144 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
[all …]
H A Dhorizon.h172 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/atm/
H A Dhorizon.c954 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
959 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
960 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
983 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
988 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
989 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
1116 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1125 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1126 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1144 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
[all …]
H A Dhorizon.h172 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro
/dports/net/usbredir/usbredir-0.8.0/usbredirhost/
H A Dusbredirhost.c40 #define MAX_TRANSFER_COUNT 16 macro
100 struct usbredirtransfer *transfer[MAX_TRANSFER_COUNT];
1195 transfer_count > MAX_TRANSFER_COUNT || in usbredirhost_alloc_stream_unlocked()