Searched refs:VGE_RX_LIST_SZ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/vge/
H A Dif_vgevar.h56 #define VGE_RX_LIST_SZ (VGE_RX_DESC_CNT * sizeof(struct vge_rx_desc)) macro
H A Dif_vge.c740 VGE_RX_LIST_SZ, /* maxsize */
742 VGE_RX_LIST_SZ, /* maxsegsize */
788 VGE_RX_LIST_SZ, vge_dmamap_cb, &ctx, BUS_DMA_NOWAIT);
798 rx_ring_end = sc->vge_rdata.vge_rx_ring_paddr + VGE_RX_LIST_SZ;
1346 bzero(rd->vge_rx_ring, VGE_RX_LIST_SZ);

Completed in 102 milliseconds