Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dhorizon.h170 #define MAX_PIO_COUNT 0x000000ff // 255 - make tunable? macro
H A 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()

Completed in 5 milliseconds