Home
last modified time | relevance | path

Searched refs:kern_dbpage (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c318 if (pdsc->kern_dbpage) { in pdsc_core_uninit()
319 iounmap(pdsc->kern_dbpage); in pdsc_core_uninit()
320 pdsc->kern_dbpage = NULL; in pdsc_core_uninit()
387 pdsc->kern_dbpage = pdsc_map_dbpage(pdsc, dbpage_num); in pdsc_core_init()
388 if (!pdsc->kern_dbpage) { in pdsc_core_init()
H A Dadminq.c224 pds_core_dbell_ring(pdsc->kern_dbpage, in __pdsc_adminq_post()
H A Dcore.h221 u64 __iomem *kern_dbpage; member
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c65 ionic_dbell_ring(q->lif->kern_dbpage, q->hw_type, in ionic_txq_poke_doorbell()
90 ionic_dbell_ring(q->lif->kern_dbpage, q->hw_type, in ionic_rxq_poke_doorbell()
447 ionic_dbell_ring(lif->kern_dbpage, txq->hw_type, in ionic_xdp_xmit()
889 ionic_dbell_ring(q->lif->kern_dbpage, q->hw_type, in ionic_rx_fill()
H A Dionic_main.c363 ionic_dbell_ring(q->lif->kern_dbpage, q->hw_type, in ionic_adminq_poke_doorbell()