Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/vge/
HDif_vge.c642 d = &ctx->sc->vge_ldata.vge_rx_list[ctx->vge_idx]; in vge_dma_map_rx_desc()
840 (void **)&sc->vge_ldata.vge_rx_list, in vge_dma_alloc()
851 sc->vge_ldata.vge_rx_list, VGE_TX_LIST_SZ, in vge_dma_alloc()
858 sc->vge_ldata.vge_rx_list, in vge_dma_alloc()
860 sc->vge_ldata.vge_rx_list = NULL; in vge_dma_alloc()
899 sc->vge_ldata.vge_rx_list, in vge_dma_free()
1164 sc->vge_ldata.vge_rx_list[i].vge_sts |= in vge_newbuf()
1199 bzero(sc->vge_ldata.vge_rx_list, VGE_RX_LIST_SZ); in vge_rx_list_init()
1260 while (!VGE_OWN(&sc->vge_ldata.vge_rx_list[i])) { in vge_rxeof()
1266 cur_rx = &sc->vge_ldata.vge_rx_list[i]; in vge_rxeof()
HDif_vgevar.h93 struct vge_rx_desc *vge_rx_list; member