Home
last modified time | relevance | path

Searched refs:rx_prod (Results 1 – 4 of 4) sorted by last modified time

/freebsd/sys/dev/bge/
H A Dif_bge.c4309 if (rx_cons == rx_prod) in bge_rxeof()
4324 while (rx_cons != rx_prod) { in bge_rxeof()
4531 uint16_t rx_prod, tx_cons; in bge_poll() local
4567 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll()
4601 uint16_t rx_prod, tx_cons; in bge_intr_task() local
4637 sc->bge_rx_saved_considx != rx_prod) { in bge_intr_task()
4640 bge_rxeof(sc, rx_prod, 0); in bge_intr_task()
4658 uint16_t rx_prod, tx_cons; in bge_intr() local
4718 bge_rxeof(sc, rx_prod, 1); in bge_intr()
6830 uint32_t rx_prod, tx_cons; in bge_debugnet_poll() local
[all …]
/freebsd/sys/dev/bce/
H A Dif_bce.c5716 sc->rx_prod = 0; in bce_init_rx_chain()
5780 prod = sc->rx_prod; in bce_fill_rx_chain()
5794 sc->rx_prod = prod; in bce_fill_rx_chain()
5800 __FUNCTION__, rx_prod)); in bce_fill_rx_chain()
6428 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
6752 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
10387 bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, int count) in bce_dump_rx_bd_chain() argument
10412 rxbd = &sc->rx_bd_chain[RX_PAGE(rx_prod)][RX_IDX(rx_prod)]; in bce_dump_rx_bd_chain()
10413 bce_dump_rxbd(sc, rx_prod, rxbd); in bce_dump_rx_bd_chain()
10414 rx_prod = RX_CHAIN_IDX(rx_prod + 1); in bce_dump_rx_bd_chain()
[all …]
H A Dif_bcereg.h6446 u16 rx_prod; member
/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()