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.c4286 bge_rxeof(struct bge_softc *sc, uint16_t rx_prod, int holdlck) in bge_rxeof() argument
4295 if (rx_cons == rx_prod) in bge_rxeof()
4310 while (rx_cons != rx_prod) { in bge_rxeof()
4517 uint16_t rx_prod, tx_cons; in bge_poll() local
4531 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx; in bge_poll()
4553 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll()
4587 uint16_t rx_prod, tx_cons; in bge_intr_task() local
4604 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx; in bge_intr_task()
4623 sc->bge_rx_saved_considx != rx_prod) { in bge_intr_task()
4626 bge_rxeof(sc, rx_prod, 0); in bge_intr_task()
[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.c5699 sc->rx_prod = 0; in bce_init_rx_chain()
5763 prod = sc->rx_prod; in bce_fill_rx_chain()
5777 sc->rx_prod = prod; in bce_fill_rx_chain()
5783 __FUNCTION__, sc->rx_prod)); in bce_fill_rx_chain()
6411 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
6735 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
10370 bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, int count) in bce_dump_rx_bd_chain() argument
10395 rxbd = &sc->rx_bd_chain[RX_PAGE(rx_prod)][RX_IDX(rx_prod)]; in bce_dump_rx_bd_chain()
10396 bce_dump_rxbd(sc, rx_prod, rxbd); in bce_dump_rx_bd_chain()
10397 rx_prod = RX_CHAIN_IDX(rx_prod + 1); in bce_dump_rx_bd_chain()
[all …]
H A Dif_bcereg.h6446 u16 rx_prod; member