Searched refs:BFE_RX_LIST_SIZE (Results 1 – 2 of 2) sorted by relevance
235 BFE_RX_LIST_SIZE, /* maxsize */ in bfe_dma_alloc()237 BFE_RX_LIST_SIZE, /* maxsegsize */ in bfe_dma_alloc()310 sc->bfe_rx_list, BFE_RX_LIST_SIZE, bfe_dma_map, &ctx, in bfe_dma_alloc()722 bzero(sc->bfe_rx_list, BFE_RX_LIST_SIZE); in bfe_rx_ring_free()734 bzero(sc->bfe_rx_list, BFE_RX_LIST_SIZE); in bfe_list_rx_init()
434 #define BFE_RX_LIST_SIZE BFE_RX_LIST_CNT * sizeof(struct bfe_desc) macro