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

/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c4302 bge_rxeof(struct bge_softc *sc, uint16_t rx_prod, int holdlck) argument
4311 if (rx_cons == rx_prod)
4326 while (rx_cons != rx_prod) {
4533 uint16_t rx_prod, tx_cons; local
4547 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx;
4569 rx_npkts = bge_rxeof(sc, rx_prod, 1);
4603 uint16_t rx_prod, tx_cons; local
4620 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx;
4639 sc->bge_rx_saved_considx != rx_prod) {
4642 bge_rxeof(sc, rx_prod,
4660 uint16_t rx_prod, tx_cons; local
6829 uint32_t rx_prod, tx_cons; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1538 struct core_ll2_rx_prod rx_prod = {0, 0, 0}; local
1567 rx_prod.bd_prod = OSAL_CPU_TO_LE16(bd_prod);
1568 rx_prod.cqe_prod = OSAL_CPU_TO_LE16(cq_prod);
1569 DIRECT_REG_WR(p_hwfn, p_rx->set_prod_addr, *((u32 *)&rx_prod));
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c5721 sc->rx_prod = 0;
5785 prod = sc->rx_prod;
5799 sc->rx_prod = prod;
5804 BCE_PRINTF("%s(): Invalid rx_prod value: 0x%04X\n",
5805 __FUNCTION__, rx_prod));
6431 DBPRINT(sc, BCE_EXTREME_RECV, "%s(enter): rx_prod = 0x%04X, "
6433 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
6755 DBPRINT(sc, BCE_EXTREME_RECV, "%s(exit): rx_prod = 0x%04X, "
6757 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
10391 bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, in argument
[all...]
H A Dif_bcereg.h6448 u16 rx_prod; member in struct:bce_softc

Completed in 260 milliseconds