Home
last modified time | relevance | path

Searched refs:q_base_pa (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_lif.c398 dma_free_coherent(dev, qcq->q_size, qcq->q_base, qcq->q_base_pa); in ionic_qcq_free()
400 qcq->q_base_pa = 0; in ionic_qcq_free()
547 dma_addr_t q_base_pa = 0; in ionic_qcq_alloc() local
608 &new->q_base_pa, GFP_KERNEL); in ionic_qcq_alloc()
615 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
616 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc()
619 cq_base_pa = ALIGN(new->q_base_pa + q_size, PAGE_SIZE); in ionic_qcq_alloc()
633 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
634 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc()
705 dma_free_coherent(dev, new->q_size, new->q_base, new->q_base_pa); in ionic_qcq_alloc()
[all …]
A Dionic_debugfs.c130 debugfs_create_x64("q_base_pa", 0400, qcq_dentry, &qcq->q_base_pa); in ionic_debugfs_add_qcq()
A Dionic_lif.h66 dma_addr_t q_base_pa; member

Completed in 12 milliseconds