Home
last modified time | relevance | path

Searched refs:sfxge_dma_alloc (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge_dma.c140 sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len, efsys_mem_t *esmp) in sfxge_dma_alloc() function
H A Dsfxge_mcdi.c321 if ((rc = sfxge_dma_alloc(sc, max_msg_size, esmp)) != 0) in sfxge_mcdi_init()
H A Dsfxge.h357 extern int sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len,
H A Dsfxge_port.c769 if ((rc = sfxge_dma_alloc(sc, EFX_PHY_STATS_SIZE, phy_stats_buf)) != 0) in sfxge_port_init()
795 if ((rc = sfxge_dma_alloc(sc, mac_stats_size, mac_stats_buf)) != 0) in sfxge_port_init()
H A Dsfxge_intr.c558 if ((rc = sfxge_dma_alloc(sc, EFX_INTR_SIZE, esmp)) != 0) in sfxge_intr_init()
H A Dsfxge_tx.c1013 rc = sfxge_dma_alloc(sc, PAGE_SIZE, &txq->tsoh_buffer[i]); in tso_init()
1827 if ((rc = sfxge_dma_alloc(sc, EFX_TXQ_SIZE(sc->txq_entries), esmp)) != 0) in sfxge_tx_qinit()
H A Dsfxge_ev.c923 if ((rc = sfxge_dma_alloc(sc, EFX_EVQ_SIZE(evq->entries), esmp)) != 0) in sfxge_ev_qinit()
H A Dsfxge_rx.c1288 if ((rc = sfxge_dma_alloc(sc, EFX_RXQ_SIZE(sc->rxq_entries), esmp)) != 0) in sfxge_rx_qinit()