Home
last modified time | relevance | path

Searched refs:rx_prod (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bge/
H A Dif_bge.c4307 if (rx_cons == rx_prod) in bge_rxeof()
4322 while (rx_cons != rx_prod) { in bge_rxeof()
4529 uint16_t rx_prod, tx_cons; in bge_poll() local
4565 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll()
4599 uint16_t rx_prod, tx_cons; in bge_intr_task() local
4635 sc->bge_rx_saved_considx != rx_prod) { in bge_intr_task()
4638 bge_rxeof(sc, rx_prod, 0); in bge_intr_task()
4656 uint16_t rx_prod, tx_cons; in bge_intr() local
4716 bge_rxeof(sc, rx_prod, 1); in bge_intr()
6828 uint32_t rx_prod, tx_cons; in bge_debugnet_poll() local
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1535 struct core_ll2_rx_prod rx_prod = {0, 0, 0}; in ecore_ll2_post_rx_buffer_notify_fw() local
1564 rx_prod.bd_prod = OSAL_CPU_TO_LE16(bd_prod); in ecore_ll2_post_rx_buffer_notify_fw()
1565 rx_prod.cqe_prod = OSAL_CPU_TO_LE16(cq_prod); in ecore_ll2_post_rx_buffer_notify_fw()
1566 DIRECT_REG_WR(p_hwfn, p_rx->set_prod_addr, *((u32 *)&rx_prod)); in ecore_ll2_post_rx_buffer_notify_fw()
/freebsd/sys/dev/bce/
H A Dif_bce.c5706 sc->rx_prod = 0; in bce_init_rx_chain()
5770 prod = sc->rx_prod; in bce_fill_rx_chain()
5784 sc->rx_prod = prod; in bce_fill_rx_chain()
5790 __FUNCTION__, rx_prod)); in bce_fill_rx_chain()
6418 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
6742 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
10377 bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, int count) in bce_dump_rx_bd_chain() argument
10402 rxbd = &sc->rx_bd_chain[RX_PAGE(rx_prod)][RX_IDX(rx_prod)]; in bce_dump_rx_bd_chain()
10403 bce_dump_rxbd(sc, rx_prod, rxbd); in bce_dump_rx_bd_chain()
10404 rx_prod = RX_CHAIN_IDX(rx_prod + 1); in bce_dump_rx_bd_chain()
[all …]
H A Dif_bcereg.h6446 u16 rx_prod; member