Home
last modified time | relevance | path

Searched refs:tx_cons (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c3022 uint16_t tx_cons; in bnx_npoll_tx_notag() local
3026 tx_cons = *txr->bnx_tx_considx; in bnx_npoll_tx_notag()
3028 bnx_txeof(txr, tx_cons); in bnx_npoll_tx_notag()
3191 uint16_t rx_prod, tx_cons; in bnx_intr() local
3200 tx_cons = *txr->bnx_tx_considx; in bnx_intr()
3202 bnx_txeof(txr, tx_cons); in bnx_intr()
3228 uint16_t tx_cons; in bnx_msix_tx_status() local
3233 bnx_txeof(txr, tx_cons); in bnx_msix_tx_status()
3268 uint16_t rx_prod, tx_cons; in bnx_msix_rxtx() local
3284 tx_cons = *txr->bnx_tx_considx; in bnx_msix_rxtx()
[all …]
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c3224 uint16_t rx_prod, tx_cons; in bge_npoll_compat() local
3249 tx_cons = sblk->bge_idx[0].bge_tx_cons_idx; in bge_npoll_compat()
3250 if (sc->bge_tx_saved_considx != tx_cons) in bge_npoll_compat()
3251 bge_txeof(sc, tx_cons); in bge_npoll_compat()
3323 uint16_t rx_prod, tx_cons; in bge_intr_crippled() local
3330 if (sc->bge_tx_saved_considx != tx_cons) in bge_intr_crippled()
3331 bge_txeof(sc, tx_cons); in bge_intr_crippled()
3384 uint16_t rx_prod, tx_cons; in bge_intr() local
3395 tx_cons = sblk->bge_idx[0].bge_tx_cons_idx; in bge_intr()
3405 if (sc->bge_tx_saved_considx != tx_cons) in bge_intr()
[all …]
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c3974 txr->tx_cons = 0; in bce_init_tx_chain()
4545 sw_tx_cons = txr->tx_cons; in bce_tx_intr()
4586 txr->tx_cons = sw_tx_cons; in bce_tx_intr()
5254 if (hw_tx_cons != txr->tx_cons) { in bce_npoll_tx()
5413 if (hw_tx_cons != txr->tx_cons) { in bce_intr()
5516 if (hw_tx_cons != txr->tx_cons) { in bce_intr_msix_rxtx()
5928 bce_get_hw_tx_cons(txr) != txr->tx_cons || in bce_check_msi()
5932 sc->bce_check_tx_cons == txr->tx_cons && in bce_check_msi()
5958 sc->bce_check_tx_cons = txr->tx_cons; in bce_check_msi()
H A Dif_bcereg.h5854 uint16_t tx_cons; member