Searched refs:rx_cons (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_bnxvar.h212 uint16_t rx_cons; member in struct:bnx_softc
H A Dif_age.c1401 int rx_cons; local
1405 rx_cons = AGE_RX_CONS(index);
1428 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) {
1429 rxd = &sc->age_cdata.age_rxdesc[rx_cons];
1536 sc->age_cdata.age_rx_cons = rx_cons;
H A Dif_bge.c4459 uint16_t rx_prod, rx_cons; local
4471 rx_cons = sc->bge_rx_saved_considx;
4475 if (rx_cons == rx_prod)
4479 tosync = rx_prod - rx_cons;
4484 toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
4487 tlen = (sc->bge_return_ring_cnt - rx_cons) *
4501 while (rx_cons != rx_prod) {
4506 cur_rx = &sc->bge_rdata->bge_rx_return_ring[rx_cons];
4509 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
4578 sc->bge_rx_saved_considx = rx_cons;
[all...]
H A Dif_alc.c2547 int count, nsegs, rx_cons; local
2551 rx_cons = RRD_RD_IDX(rdinfo);
2575 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
2576 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons];
H A Dif_bnx.c4319 sc->rx_cons = 0;
4553 sw_cons = sc->rx_cons;
4813 sc->rx_cons = sw_cons;
4821 "rx_cons = 0x%04X, rx_prod_bseq = 0x%08X\n",
4822 __func__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
6566 BNX_PRINTF(sc, " 0x%08X - (sc->rx_cons) rx consumer index\n",
6567 sc->rx_cons);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c576 rx_cons (int size)
631 { "addr", rx_cons, 3 },
633 { "byte", rx_cons, 1 },
639 { "lword", rx_cons, 4 },
575 rx_cons (int size) function
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.c576 rx_cons (int size)
631 { "addr", rx_cons, 3 },
633 { "byte", rx_cons, 1 },
639 { "lword", rx_cons, 4 },
575 rx_cons (int size) function
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c576 rx_cons (int size)
631 { "addr", rx_cons, 3 },
633 { "byte", rx_cons, 1 },
639 { "lword", rx_cons, 4 },
575 rx_cons (int size) function

Completed in 286 milliseconds