Searched refs:TX_CMP_VALID (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 629 #define TX_CMP_VALID(txcmp, raw_cons) \ macro
|
H A D | bnxt_ethtool.c | 3225 if (!TX_CMP_VALID(txcmp, raw_cons)) { in bnxt_poll_loopback()
|
H A D | bnxt.c | 2243 return TX_CMP_VALID(txcmp, raw_cons); in bnxt_has_work() 2293 if (!TX_CMP_VALID(txcmp, raw_cons)) in __bnxt_poll_work() 2417 if (!TX_CMP_VALID(txcmp, raw_cons)) in bnxt_poll_nitroa0()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 673 #define TX_CMP_VALID(txcmp, raw_cons) \ macro
|
H A D | bnxt_ethtool.c | 3599 if (!TX_CMP_VALID(txcmp, raw_cons)) { in bnxt_poll_loopback()
|
H A D | bnxt.c | 2466 return TX_CMP_VALID(txcmp, raw_cons); in bnxt_has_work() 2516 if (!TX_CMP_VALID(txcmp, raw_cons)) in __bnxt_poll_work() 2642 if (!TX_CMP_VALID(txcmp, raw_cons)) in bnxt_poll_nitroa0()
|
Completed in 54 milliseconds