Searched refs:q_base_pa (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_lif.c | 375 dma_free_coherent(dev, qcq->q_size, qcq->q_base, qcq->q_base_pa); in ionic_qcq_free() 377 qcq->q_base_pa = 0; in ionic_qcq_free() 514 dma_addr_t q_base_pa = 0; in ionic_qcq_alloc() local 575 &new->q_base_pa, GFP_KERNEL); in ionic_qcq_alloc() 582 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc() 583 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc() 586 cq_base_pa = ALIGN(new->q_base_pa + q_size, PAGE_SIZE); in ionic_qcq_alloc() 591 new->q_base = dma_alloc_coherent(dev, new->q_size, &new->q_base_pa, in ionic_qcq_alloc() 599 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc() 600 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc() [all …]
|
| D | ionic_debugfs.c | 130 debugfs_create_x64("q_base_pa", 0400, qcq_dentry, &qcq->q_base_pa); in ionic_debugfs_add_qcq()
|
| D | ionic_lif.h | 75 dma_addr_t q_base_pa; member
|