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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c676 uint16_t rx_sge_prod);
3015 first_elem = RX_SGE(fp->rx_sge_prod) >> BIT_VEC64_ELEM_SHIFT;
3033 fp->rx_sge_prod += delta;
3039 "fp[%02d] fp->last_max_sge=%d fp->rx_sge_prod=%d\n",
3040 fp->index, fp->last_max_sge, fp->rx_sge_prod);
3433 bxe_update_rx_prod(sc, fp, bd_prod_fw, sw_cq_prod, fp->rx_sge_prod);
6534 fp->rx_sge_prod = ring_prod;
9737 uint16_t rx_sge_prod)
9745 rx_prods.sge_prod = rx_sge_prod;
9767 fp->index, rx_bd_prod, rx_cq_prod, rx_sge_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
[all...]
H A Dbxe.h681 uint16_t rx_sge_prod; member in struct:bxe_fastpath

Completed in 157 milliseconds