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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c675 uint16_t rx_cq_prod,
3195 sw_cq_prod = fp->rx_cq_prod;
3430 fp->rx_cq_prod = sw_cq_prod;
6498 fp->rx_cq_prod = cqe_ring_prod;
9736 uint16_t rx_cq_prod,
9744 rx_prods.cqe_prod = rx_cq_prod;
9767 fp->index, rx_bd_prod, rx_cq_prod, rx_sge_prod);
9788 fp->rx_cq_prod,
9733 bxe_update_rx_prod(struct bxe_softc *sc, struct bxe_fastpath *fp, uint16_t rx_bd_prod, uint16_t rx_cq_prod, uint16_t rx_sge_prod) argument
H A Dbxe.h667 uint16_t rx_cq_prod; member in struct:bxe_fastpath

Completed in 145 milliseconds