Searched refs:q_base_pa (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 364 dma_free_coherent(dev, qcq->q_size, qcq->q_base, qcq->q_base_pa); in ionic_qcq_free() 366 qcq->q_base_pa = 0; in ionic_qcq_free() 496 dma_addr_t q_base_pa = 0; in ionic_qcq_alloc() local 555 &new->q_base_pa, GFP_KERNEL); in ionic_qcq_alloc() 562 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc() 563 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc() 566 cq_base_pa = ALIGN(new->q_base_pa + q_size, PAGE_SIZE); in ionic_qcq_alloc() 571 new->q_base = dma_alloc_coherent(dev, new->q_size, &new->q_base_pa, in ionic_qcq_alloc() 579 q_base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc() 580 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc() [all …]
|
| H A D | ionic_lif.h | 62 dma_addr_t q_base_pa; member
|
| H A D | ionic_debugfs.c | 130 debugfs_create_x64("q_base_pa", 0400, qcq_dentry, &qcq->q_base_pa); in ionic_debugfs_add_qcq()
|