Searched refs:RSV_RXOK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | encx24j600_hw.h | 402 #define RSV_RXOK 23 macro
|
H A D | enc28j60_hw.h | 269 #define RSV_RXOK 23 macro
|
H A D | encx24j600.c | 80 RSV_GETBIT(rsv->rxstat, RSV_RXOK), in encx24j600_dump_rsv() 374 if (!RSV_GETBIT(rsv.rxstat, RSV_RXOK) || in encx24j600_rx_packets()
|
H A D | enc28j60.c | 873 RSV_GETBIT(sts, RSV_RXOK), in enc28j60_dump_rsv() 950 if (!RSV_GETBIT(rxstat, RSV_RXOK) || len > MAX_FRAMELEN) { in enc28j60_hw_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | encx24j600_hw.h | 402 #define RSV_RXOK 23 macro
|
H A D | enc28j60_hw.h | 269 #define RSV_RXOK 23 macro
|
H A D | encx24j600.c | 80 RSV_GETBIT(rsv->rxstat, RSV_RXOK), in encx24j600_dump_rsv() 373 if (!RSV_GETBIT(rsv.rxstat, RSV_RXOK) || in encx24j600_rx_packets()
|
H A D | enc28j60.c | 872 RSV_GETBIT(sts, RSV_RXOK), in enc28j60_dump_rsv() 949 if (!RSV_GETBIT(rxstat, RSV_RXOK) || len > MAX_FRAMELEN) { in enc28j60_hw_rx()
|
Completed in 12 milliseconds