Searched refs:used_tx_bd (Results 1 – 2 of 2) sorted by relevance
3976 txr->used_tx_bd = 0; in bce_init_tx_chain()4037 txr->used_tx_bd = 0; in bce_free_tx_chain()4574 txr->used_tx_bd--; in bce_tx_intr()4578 if (txr->used_tx_bd == 0) { in bce_tx_intr()4584 if (txr->max_tx_bd - txr->used_tx_bd >= BCE_TX_SPARE_SPACE) in bce_tx_intr()4871 maxsegs = txr->max_tx_bd - txr->used_tx_bd; in bce_encap()4934 txr->used_tx_bd += nsegs; in bce_encap()4989 if (txr->max_tx_bd - txr->used_tx_bd < BCE_TX_SPARE_SPACE) { in bce_start()5007 if (txr->used_tx_bd == 0) { in bce_start()
5857 uint16_t used_tx_bd; member