Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c283 error = bus_dmamem_alloc(sc->bfe_tx_tag, (void *)&sc->bfe_tx_list, in bfe_dma_alloc()
292 sc->bfe_tx_list, BFE_TX_LIST_SIZE, bfe_dma_map, &ctx, in bfe_dma_alloc()
367 if (sc->bfe_tx_list != NULL) in bfe_dma_free()
368 bus_dmamem_free(sc->bfe_tx_tag, sc->bfe_tx_list, in bfe_dma_free()
371 sc->bfe_tx_list = NULL; in bfe_dma_free()
709 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_tx_ring_free()
763 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_list_tx_init()
1550 d = &sc->bfe_tx_list[cur]; in bfe_encap()
1570 d = &sc->bfe_tx_list[cur]; in bfe_encap()
1574 d = &sc->bfe_tx_list[si]; in bfe_encap()
H A Dif_bfereg.h599 struct bfe_desc *bfe_tx_list, *bfe_rx_list; member