Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dhorizon.c969 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
974 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
975 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
998 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule()
1003 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule()
1004 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule()
1131 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1140 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1141 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1159 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
[all …]
Dhorizon.h187 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro