Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c218 BFE_TX_LIST_SIZE, /* maxsize */ in bfe_dma_alloc()
220 BFE_TX_LIST_SIZE, /* maxsegsize */ in bfe_dma_alloc()
292 sc->bfe_tx_list, BFE_TX_LIST_SIZE, bfe_dma_map, &ctx, in bfe_dma_alloc()
704 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_tx_ring_free()
758 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_list_tx_init()
H A Dif_bfereg.h433 #define BFE_TX_LIST_SIZE BFE_TX_LIST_CNT * sizeof(struct bfe_desc) macro