Home
last modified time | relevance | path

Searched refs:jme_rx_cons (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/jme/
H A Dif_jmevar.h151 int jme_rx_cons; member
H A Dif_jme.c427 rdata->jme_rx_cons = 0; in jme_miibus_statchg()
2312 cons = rdata->jme_rx_cons; in jme_rxpkt()
2340 cons = rdata->jme_rx_cons; in jme_rxpkt()
2354 rdata->jme_rx_cons += nsegs; in jme_rxpkt()
2355 rdata->jme_rx_cons %= rdata->jme_rx_desc_cnt; in jme_rxpkt()
2483 rdata->jme_rx_cons += nsegs; in jme_rxpkt()
2484 rdata->jme_rx_cons %= rdata->jme_rx_desc_cnt; in jme_rxpkt()
2498 desc = &rdata->jme_rx_ring[rdata->jme_rx_cons]; in jme_rxeof()
2537 rxd = &rdata->jme_rxdesc[rdata->jme_rx_cons]; in jme_rxeof()
3036 rdata->jme_rx_cons = 0; in jme_init_rx_ring()