Searched refs:bnx_tx_saved_considx (Results 1 – 2 of 2) sorted by relevance
1041 txr->bnx_tx_saved_considx = BNX_TXCONS_UNSET; in bnx_free_tx_ring()1048 txr->bnx_tx_saved_considx = 0; in bnx_init_tx_ring()2907 while (txr->bnx_tx_saved_considx != tx_cons) { in bnx_txeof()2911 idx = txr->bnx_tx_saved_considx; in bnx_txeof()2924 BNX_INC(txr->bnx_tx_saved_considx, BGE_TX_RING_CNT); in bnx_txeof()3027 if (txr->bnx_tx_saved_considx != tx_cons) in bnx_npoll_tx_notag()3201 if (txr->bnx_tx_saved_considx != tx_cons) in bnx_intr()3232 if (txr->bnx_tx_saved_considx != tx_cons) in bnx_msix_tx_status()3285 if (txr->bnx_tx_saved_considx != tx_cons) in bnx_msix_rxtx()4781 *txr->bnx_tx_considx != txr->bnx_tx_saved_considx) { in bnx_check_intr_rxtx()[all …]
248 uint16_t bnx_tx_saved_considx; member