Home
last modified time | relevance | path

Searched refs:MAX_TRANSFER_COUNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/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

Completed in 4 milliseconds