Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c302 error = bus_dmamem_alloc(sc->bfe_rx_tag, (void *)&sc->bfe_rx_list, in bfe_dma_alloc()
311 sc->bfe_rx_list, BFE_RX_LIST_SIZE, bfe_dma_map, &ctx, in bfe_dma_alloc()
381 if (sc->bfe_rx_list != NULL) in bfe_dma_free()
382 bus_dmamem_free(sc->bfe_rx_tag, sc->bfe_rx_list, in bfe_dma_free()
385 sc->bfe_rx_list = NULL; in bfe_dma_free()
730 bzero(sc->bfe_rx_list, BFE_RX_LIST_SIZE); in bfe_rx_ring_free()
742 bzero(sc->bfe_rx_list, BFE_RX_LIST_SIZE); in bfe_list_rx_init()
779 d = &sc->bfe_rx_list[c]; in bfe_discard_buf()
830 d = &sc->bfe_rx_list[c]; in bfe_list_newbuf()
H A Dif_bfereg.h599 struct bfe_desc *bfe_tx_list, *bfe_rx_list; member