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

/freebsd-current/sys/dev/bge/
H A Dif_bge.c4298 bge_rxeof(struct bge_softc *sc, uint16_t rx_prod, int holdlck) argument
4307 if (rx_cons == rx_prod)
4322 while (rx_cons != rx_prod) {
4529 uint16_t rx_prod, tx_cons; local
4543 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx;
4565 rx_npkts = bge_rxeof(sc, rx_prod, 1);
4599 uint16_t rx_prod, tx_cons; local
4616 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx;
4635 sc->bge_rx_saved_considx != rx_prod) {
4638 bge_rxeof(sc, rx_prod,
4656 uint16_t rx_prod, tx_cons; local
6828 uint32_t rx_prod, tx_cons; local
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1535 struct core_ll2_rx_prod rx_prod = {0, 0, 0}; local
1564 rx_prod.bd_prod = OSAL_CPU_TO_LE16(bd_prod);
1565 rx_prod.cqe_prod = OSAL_CPU_TO_LE16(cq_prod);
1566 DIRECT_REG_WR(p_hwfn, p_rx->set_prod_addr, *((u32 *)&rx_prod));
/freebsd-current/sys/dev/bce/
H A Dif_bce.c5706 sc->rx_prod = 0;
5770 prod = sc->rx_prod;
5784 sc->rx_prod = prod;
5789 BCE_PRINTF("%s(): Invalid rx_prod value: 0x%04X\n",
5790 __FUNCTION__, rx_prod));
6416 DBPRINT(sc, BCE_EXTREME_RECV, "%s(enter): rx_prod = 0x%04X, "
6418 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
6740 DBPRINT(sc, BCE_EXTREME_RECV, "%s(exit): rx_prod = 0x%04X, "
6742 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
10377 bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, in argument
[all...]
H A Dif_bcereg.h6446 u16 rx_prod; member in struct:bce_softc

Completed in 186 milliseconds