HomeSort by: relevance | last modified time | path
    Searched defs:rx_cons (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_age.c 1401 int rx_cons; local in function:age_rxeof
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;
if_alc.c 2548 int count, nsegs, rx_cons; local in function:alc_rxeof
2552 rx_cons = RRD_RD_IDX(rdinfo);
2576 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
2577 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons];
if_bnxvar.h 212 uint16_t rx_cons; member in struct:bnx_softc
if_bge.c 4486 uint16_t rx_prod, rx_cons; local in function:bge_rxeof
4500 rx_cons = sc->bge_rx_saved_considx;
4504 if (rx_cons == rx_prod)
4508 tosync = rx_prod - rx_cons;
4513 toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
4516 tlen = (sc->bge_return_ring_cnt - rx_cons) *
4530 while (rx_cons != rx_prod) {
4535 cur_rx = &sc->bge_rdata->bge_rx_return_ring[rx_cons];
4538 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
4607 sc->bge_rx_saved_considx = rx_cons;
    [all...]

Completed in 21 milliseconds