Searched refs:TBI_ACCEPT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 2428 /* TBI_ACCEPT macro definition: 2445 * if (TBI_ACCEPT) { 2455 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ macro
|
H A D | e1000_main.c | 4017 * Adjusts the statistic counters when a frame is accepted by TBI_ACCEPT 4095 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { in e1000_tbi_should_accept() 4448 * done after the TBI_ACCEPT workaround above in e1000_clean_rx_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 2425 /* TBI_ACCEPT macro definition: 2442 * if (TBI_ACCEPT) { 2452 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ macro
|
H A D | e1000_main.c | 4018 * Adjusts the statistic counters when a frame is accepted by TBI_ACCEPT 4096 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { in e1000_tbi_should_accept() 4446 * done after the TBI_ACCEPT workaround above in e1000_clean_rx_irq()
|
Completed in 30 milliseconds