Searched refs:bfe_tx_list (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/ |
H A D | if_bfe.c | 284 error = bus_dmamem_alloc(sc->bfe_tx_tag, (void *)&sc->bfe_tx_list, in bfe_dma_alloc() 293 sc->bfe_tx_list, BFE_TX_LIST_SIZE, bfe_dma_map, &ctx, in bfe_dma_alloc() 368 if (sc->bfe_tx_list != NULL) in bfe_dma_free() 369 bus_dmamem_free(sc->bfe_tx_tag, sc->bfe_tx_list, in bfe_dma_free() 372 sc->bfe_tx_list = NULL; in bfe_dma_free() 710 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_tx_ring_free() 764 bzero(sc->bfe_tx_list, BFE_TX_LIST_SIZE); in bfe_list_tx_init() 1551 d = &sc->bfe_tx_list[cur]; in bfe_encap() 1571 d = &sc->bfe_tx_list[cur]; in bfe_encap() 1575 d = &sc->bfe_tx_list[si]; in bfe_encap()
|
H A D | if_bfereg.h | 599 struct bfe_desc *bfe_tx_list, *bfe_rx_list; member
|