Home
last modified time | relevance | path

Searched refs:p_phys_table (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c132 DMA_HI_LE(p_hwfn->p_eq->chain.pbl.p_phys_table); in qed_sp_pf_start()
134 DMA_LO_LE(p_hwfn->p_eq->chain.pbl.p_phys_table); in qed_sp_pf_start()
138 DMA_HI_LE(p_hwfn->p_consq->chain.pbl.p_phys_table); in qed_sp_pf_start()
140 DMA_LO_LE(p_hwfn->p_consq->chain.pbl.p_phys_table); in qed_sp_pf_start()
Dqed_dev.c1530 p_chain->pbl.p_phys_table); in qed_chain_free()
/linux-4.4.14/include/linux/qed/
Dqed_chain.h52 dma_addr_t p_phys_table; member
156 return p_chain->pbl.p_phys_table; in qed_chain_get_pbl_phys()
471 p_chain->pbl.p_phys_table = p_phys_pbl; in qed_chain_pbl_init()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2116 dma_addr_t phys_table = fp->rxq->rx_comp_ring.pbl.p_phys_table; in qede_start_queues()
2152 txq->tx_pbl.pbl.p_phys_table, in qede_start_queues()