Home
last modified time | relevance | path

Searched refs:bd_cons (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe.c3157 uint16_t bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; in bxe_rxeof() local
3170 bd_cons = fp->rx_bd_cons; in bxe_rxeof()
3197 bd_cons = RX_BD(bd_cons); in bxe_rxeof()
3212 bd_cons, in bxe_rxeof()
3227 rx_buf = &fp->rx_mbuf_chain[bd_cons]; in bxe_rxeof()
3236 bd_cons, bd_prod, cqe_fp); in bxe_rxeof()
3280 bd_cons, fp->index); in bxe_rxeof()
3291 rc = bxe_alloc_rx_bd_mbuf(fp, bd_cons, in bxe_rxeof()
3293 bd_prod : bd_cons); in bxe_rxeof()
3378 bd_cons = RX_BD_NEXT(bd_cons); in bxe_rxeof()
[all …]
H A Decore_hsi.h12503 uint16_t bd_cons /* The bd s ring consumer */; member
12505 uint16_t bd_cons /* The bd s ring consumer */; member