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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h197 u_int16_t rx_cons; member in struct:bnx_softc
H A Dif_bge.c3325 uint16_t rx_prod, rx_cons; local
3332 rx_cons = sc->bge_rx_saved_considx;
3336 if (rx_cons == rx_prod)
3347 tosync = rx_prod - rx_cons;
3352 toff = offset + (rx_cons * sizeof (struct bge_rx_bd));
3355 tlen = (sc->bge_return_ring_cnt - rx_cons) *
3366 while (rx_cons != rx_prod) {
3371 cur_rx = &sc->bge_rdata->bge_rx_return_ring[rx_cons];
3374 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
3477 sc->bge_rx_saved_considx = rx_cons;
[all...]
H A Dif_age.c1386 int rx_cons; local
1390 rx_cons = AGE_RX_CONS(index);
1413 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) {
1414 rxd = &sc->age_cdata.age_rxdesc[rx_cons];
1523 sc->age_cdata.age_rx_cons = rx_cons;
H A Dif_alc.c1894 int count, nsegs, rx_cons; local
1898 rx_cons = RRD_RD_IDX(rdinfo);
1922 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
1923 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons];
H A Dif_bnx.c4135 sc->rx_cons = 0;
4314 sw_cons = sc->rx_cons;
4584 sc->rx_cons = sw_cons;
4592 "rx_cons = 0x%04X, rx_prod_bseq = 0x%08X\n",
4593 __func__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
6263 BNX_PRINTF(sc, " 0x%08X - (sc->rx_cons) rx consumer index\n",
6264 sc->rx_cons);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c498 rx_cons (int size)
553 { "addr", rx_cons, 3 },
555 { "byte", rx_cons, 1 },
561 { "lword", rx_cons, 4 },
497 rx_cons (int size) function

Completed in 114 milliseconds