Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/atm/
Dhorizon.h170 #define MAX_PIO_COUNT 0x000000ff // 255 - make tunable? macro
Dhorizon.c950 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule()
979 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule()
1112 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
1140 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()