Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dhorizon.c968 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
973 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
974 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
997 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
1002 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
1003 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
1130 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1139 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1140 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1158 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
[all …]
Dhorizon.h187 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro