Home
last modified time | relevance | path

Searched refs:bge_tx_cons_idx (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h2376 uint16_t bge_tx_cons_idx; member
2378 uint16_t bge_tx_cons_idx;
H A Dif_bge.c3249 tx_cons = sblk->bge_idx[0].bge_tx_cons_idx; in bge_npoll_compat()
3329 tx_cons = sblk->bge_idx[0].bge_tx_cons_idx; in bge_intr_crippled()
3395 tx_cons = sblk->bge_idx[0].bge_tx_cons_idx; in bge_intr()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c4322 &intr->bnx_status_block->bge_idx[0].bge_tx_cons_idx; in bnx_dma_alloc()