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

/freebsd-9.3-release/sys/arm/at91/
H A Dif_macbvar.h113 int rx_cons; member in struct:macb_softc
H A Dif_macb.c415 sc->rx_cons = 0;
713 rxdesc = &(sc->desc_rx[sc->rx_cons]);
731 m = sc->rx_desc[sc->rx_cons].buff;
734 sc->rx_desc[sc->rx_cons].dmamap, BUS_DMASYNC_POSTREAD);
735 if (macb_new_rxbuf(sc, sc->rx_cons) != 0) {
737 first = sc->rx_cons;
741 MACB_DESC_INC(sc->rx_cons, MACB_MAX_RX_BUFFERS);
744 rxdesc = &(sc->desc_rx[sc->rx_cons]);
745 } while (sc->rx_cons != first);
798 MACB_DESC_INC(sc->rx_cons, MACB_MAX_RX_BUFFER
[all...]
/freebsd-9.3-release/sys/dev/sis/
H A Dif_sis.c1480 int prog, rx_cons, rx_npkts = 0, total_len; local
1488 rx_cons = sc->sis_rx_cons;
1492 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) {
1500 cur_rx = &sc->sis_rx_list[rx_cons];
1504 rxd = &sc->sis_rxdesc[rx_cons];
1548 sc->sis_rx_cons = rx_cons;
/freebsd-9.3-release/sys/dev/age/
H A Dif_age.c2321 int rx_cons; local
2328 rx_cons = AGE_RX_CONS(index);
2349 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) {
2350 rxd = &sc->age_cdata.age_rxdesc[rx_cons];
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alc.c2950 int count, nsegs, rx_cons; local
2955 rx_cons = RRD_RD_IDX(rdinfo);
2979 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
2980 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons];
/freebsd-9.3-release/sys/dev/bge/
H A Dif_bge.c4331 uint16_t rx_cons; local
4333 rx_cons = sc->bge_rx_saved_considx;
4336 if (rx_cons == rx_prod)
4351 while (rx_cons != rx_prod) {
4366 cur_rx = &sc->bge_ldata.bge_rx_return_ring[rx_cons];
4369 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
4454 sc->bge_rx_saved_considx = rx_cons;
/freebsd-9.3-release/sys/dev/bce/
H A Dif_bce.c5807 sc->rx_cons = 0;
6530 "rx_cons = 0x%04X, rx_prod_bseq = 0x%08X\n",
6531 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
6549 sw_rx_cons = sc->rx_cons;
6824 sc->rx_cons = sw_rx_cons;
6832 sw_rx_cons = sc->rx_cons;
6848 sc->rx_cons = sw_rx_cons;
6863 "rx_cons = 0x%04X, rx_prod_bseq = 0x%08X\n",
6864 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq);
10912 BCE_PRINTF(" 0x%04X(0x%04X) - (sc->rx_cons) r
[all...]
H A Dif_bcereg.h6568 u16 rx_cons; member in struct:bce_softc

Completed in 311 milliseconds