Searched refs:num_qp (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_qp.h | 138 void bcmfs_qp_stats_get(struct bcmfs_qp **qp, int num_qp, 140 void bcmfs_qp_stats_reset(struct bcmfs_qp **qp, int num_qp);
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_nicio.c | 757 u16 max_qps, num_qp; in hinic_alloc_nicio() local 764 num_qp = max_qps; in hinic_alloc_nicio() 766 nic_io->qps = kzalloc_aligned(num_qp * sizeof(*nic_io->qps), in hinic_alloc_nicio() 775 CI_TABLE_SIZE(num_qp, HINIC_PAGE_SIZE), in hinic_alloc_nicio() 784 nic_io->sq_wq = kzalloc_aligned(num_qp * sizeof(*nic_io->sq_wq), in hinic_alloc_nicio() 792 nic_io->rq_wq = kzalloc_aligned(num_qp * sizeof(*nic_io->rq_wq), in hinic_alloc_nicio() 806 dma_free_coherent(hwdev, CI_TABLE_SIZE(num_qp, HINIC_PAGE_SIZE), in hinic_alloc_nicio()
|