Searched refs:num_qp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/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);
|
| H A D | bcmfs_qp.c | 348 void bcmfs_qp_stats_get(struct bcmfs_qp **qp, int num_qp, in bcmfs_qp_stats_get() argument 359 for (i = 0; i < num_qp; i++) { in bcmfs_qp_stats_get() 372 void bcmfs_qp_stats_reset(struct bcmfs_qp **qp, int num_qp) in bcmfs_qp_stats_reset() argument 376 for (i = 0; i < num_qp; i++) { in bcmfs_qp_stats_reset()
|
| /f-stack/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()
|