Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dhorizon.h185 #define MAX_PIO_COUNT 0x000000ff // 255 - make tunable? macro
Dhorizon.c965 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule()
994 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule()
1127 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
1155 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()