Searched refs:rx_cons (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/arm/at91/ |
| HD | if_macb.c | 423 sc->rx_cons = 0; in macb_init_desc_dma_rx() 721 rxdesc = &(sc->desc_rx[sc->rx_cons]); in macb_rx() 739 m = sc->rx_desc[sc->rx_cons].buff; in macb_rx() 742 sc->rx_desc[sc->rx_cons].dmamap, BUS_DMASYNC_POSTREAD); in macb_rx() 743 if (macb_new_rxbuf(sc, sc->rx_cons) != 0) { in macb_rx() 745 first = sc->rx_cons; in macb_rx() 749 MACB_DESC_INC(sc->rx_cons, MACB_MAX_RX_BUFFERS); in macb_rx() 752 rxdesc = &(sc->desc_rx[sc->rx_cons]); in macb_rx() 753 } while (sc->rx_cons != first); in macb_rx() 806 MACB_DESC_INC(sc->rx_cons, MACB_MAX_RX_BUFFERS); in macb_rx() [all …]
|
| HD | if_macbvar.h | 113 int rx_cons; member
|
| /freebsd-11-stable/sys/dev/sis/ |
| HD | if_sis.c | 1482 int prog, rx_cons, rx_npkts = 0, total_len; in sis_rxeof() local 1490 rx_cons = sc->sis_rx_cons; in sis_rxeof() 1494 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) { in sis_rxeof() 1502 cur_rx = &sc->sis_rx_list[rx_cons]; in sis_rxeof() 1506 rxd = &sc->sis_rxdesc[rx_cons]; in sis_rxeof() 1550 sc->sis_rx_cons = rx_cons; in sis_rxeof()
|
| /freebsd-11-stable/sys/dev/age/ |
| HD | if_age.c | 2316 int rx_cons; in age_rxeof() local 2323 rx_cons = AGE_RX_CONS(index); in age_rxeof() 2344 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) { in age_rxeof() 2345 rxd = &sc->age_cdata.age_rxdesc[rx_cons]; in age_rxeof()
|
| /freebsd-11-stable/sys/dev/bge/ |
| HD | if_bge.c | 4326 uint16_t rx_cons; in bge_rxeof() local 4328 rx_cons = sc->bge_rx_saved_considx; in bge_rxeof() 4331 if (rx_cons == rx_prod) in bge_rxeof() 4346 while (rx_cons != rx_prod) { in bge_rxeof() 4361 cur_rx = &sc->bge_ldata.bge_rx_return_ring[rx_cons]; in bge_rxeof() 4364 BGE_INC(rx_cons, sc->bge_return_ring_cnt); in bge_rxeof() 4449 sc->bge_rx_saved_considx = rx_cons; in bge_rxeof()
|
| /freebsd-11-stable/sys/dev/bce/ |
| HD | if_bce.c | 5826 sc->rx_cons = 0; in bce_init_rx_chain() 6550 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr() 6568 sw_rx_cons = sc->rx_cons; in bce_rx_intr() 6841 sc->rx_cons = sw_rx_cons; in bce_rx_intr() 6849 sw_rx_cons = sc->rx_cons; in bce_rx_intr() 6865 sc->rx_cons = sw_rx_cons; in bce_rx_intr() 6881 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr() 10927 "index\n", sc->rx_cons, (u16) RX_CHAIN_IDX(sc->rx_cons)); in bce_dump_driver_state()
|
| HD | if_bcereg.h | 6522 u16 rx_cons; member
|
| /freebsd-11-stable/sys/dev/alc/ |
| HD | if_alc.c | 3629 int count, nsegs, rx_cons; in alc_rxeof() local 3634 rx_cons = RRD_RD_IDX(rdinfo); in alc_rxeof() 3658 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) { in alc_rxeof() 3659 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons]; in alc_rxeof()
|