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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3178 uint16_t bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; local
3191 bd_cons = fp->rx_bd_cons;
3218 bd_cons = RX_BD(bd_cons);
3233 bd_cons,
3248 rx_buf = &fp->rx_mbuf_chain[bd_cons];
3257 bd_cons, bd_prod, cqe_fp);
3301 bd_cons, fp->index);
3312 rc = bxe_alloc_rx_bd_mbuf(fp, bd_cons,
3314 bd_prod : bd_cons);
3504 uint16_t bd_cons, hw_cons, sw_cons, pkt_cons; local
[all...]
H A Decore_hsi.h12503 uint16_t bd_cons /* The bd s ring consumer */; member in struct:cstorm_toe_st_context
12505 uint16_t bd_cons /* The bd s ring consumer */; member in struct:cstorm_toe_st_context

Completed in 153 milliseconds