Searched refs:sfxge_dma_alloc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_dma.c | 140 sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len, efsys_mem_t *esmp) in sfxge_dma_alloc() function
|
H A D | sfxge_mcdi.c | 321 if ((rc = sfxge_dma_alloc(sc, max_msg_size, esmp)) != 0) in sfxge_mcdi_init()
|
H A D | sfxge.h | 357 extern int sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len,
|
H A D | sfxge_port.c | 769 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 D | sfxge_intr.c | 558 if ((rc = sfxge_dma_alloc(sc, EFX_INTR_SIZE, esmp)) != 0) in sfxge_intr_init()
|
H A D | sfxge_tx.c | 1013 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 D | sfxge_ev.c | 923 if ((rc = sfxge_dma_alloc(sc, EFX_EVQ_SIZE(evq->entries), esmp)) != 0) in sfxge_ev_qinit()
|
H A D | sfxge_rx.c | 1288 if ((rc = sfxge_dma_alloc(sc, EFX_RXQ_SIZE(sc->rxq_entries), esmp)) != 0) in sfxge_rx_qinit()
|