Searched refs:MAX_TRANSFER_COUNT (Results 1 – 2 of 2) sorted by relevance
954 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 …]
172 #define MAX_TRANSFER_COUNT 0x00001ffc // 8188 macro