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.c3156 uint16_t bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; in bxe_rxeof() local
3169 bd_cons = fp->rx_bd_cons; in bxe_rxeof()
3196 bd_cons = RX_BD(bd_cons); in bxe_rxeof()
3211 bd_cons, in bxe_rxeof()
3226 rx_buf = &fp->rx_mbuf_chain[bd_cons]; in bxe_rxeof()
3235 bd_cons, bd_prod, cqe_fp); in bxe_rxeof()
3279 bd_cons, fp->index); in bxe_rxeof()
3290 rc = bxe_alloc_rx_bd_mbuf(fp, bd_cons, in bxe_rxeof()
3292 bd_prod : bd_cons); in bxe_rxeof()
3377 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