Searched refs:rx_prod (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | if_smscreg.h | 264 int rx_prod; member
|
/openbsd/sys/dev/pci/ |
H A D | if_bnx.c | 3960 prod = sc->rx_prod; in bnx_fill_rx_chain() 3985 sc->rx_prod = prod; in bnx_fill_rx_chain() 3989 REG_WR16(sc, MB_RX_CID_ADDR + BNX_L2CTX_HOST_BDIDX, sc->rx_prod); in bnx_fill_rx_chain() 4013 sc->rx_prod = 0; in bnx_init_rx_chain() 4254 sw_prod = sc->rx_prod; in bnx_rx_intr() 4486 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bnx_rx_intr() 5690 bnx_dump_rx_chain(struct bnx_softc *sc, int rx_prod, int count) in bnx_dump_rx_chain() argument 5720 rxbd = &sc->rx_bd_chain[RX_PAGE(rx_prod)][RX_IDX(rx_prod)]; in bnx_dump_rx_chain() 5721 bnx_dump_rxbd(sc, rx_prod, rxbd); in bnx_dump_rx_chain() 5722 rx_prod = RX_CHAIN_IDX(NEXT_RX_BD(rx_prod)); in bnx_dump_rx_chain() [all …]
|
H A D | if_bnxt.c | 197 int rx_prod; member 954 rx->rx_prod = 0; in bnxt_queue_up() 1665 if ((rx->rx_cons == rx->rx_prod) || in bnxt_intr() 2233 &rx->rx_prod, MCLBYTES, in bnxt_rx_fill() 2270 if (rx->rx_cons == rx->rx_prod) in bnxt_refill() 2276 if ((rx->rx_cons == rx->rx_prod) || in bnxt_refill()
|
H A D | if_aq_pci.c | 927 uint32_t rx_prod; member 2947 rx->rx_prod = rx->rx_cons; in aq_rxring_reset() 2975 p = rx->rx_prod; in aq_rx_fill_slots() 3011 rx->rx_prod = p; in aq_rx_fill_slots() 3012 AQ_WRITE_REG(sc, RX_DMA_DESC_TAIL_PTR_REG(rx->rx_q), rx->rx_prod); in aq_rx_fill_slots()
|
H A D | if_bge.c | 3514 uint16_t rx_prod, rx_cons; in bge_rxeof() local 3523 rx_prod = sc->bge_rdata->bge_status_block.bge_idx[0].bge_rx_prod_idx; in bge_rxeof() 3526 if (rx_cons == rx_prod) in bge_rxeof() 3537 tosync = rx_prod - rx_cons; in bge_rxeof() 3553 while (rx_cons != rx_prod) { in bge_rxeof()
|
H A D | if_mcx.c | 2312 uint32_t rx_prod; member 6728 p = rx->rx_prod; in mcx_rx_fill_slots() 6764 rx->rx_prod = p; in mcx_rx_fill_slots() 7452 rx->rx_prod = 0; in mcx_up() 8830 kstat_kv_u64(kvs++) = q->q_rx.rx_prod; in mcx_kstat_queue_read()
|
H A D | if_bnxreg.h | 4850 u_int16_t rx_prod; member
|