Searched refs:irdma_alloc_and_get_cqp_request (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 427 struct irdma_cqp_request *irdma_alloc_and_get_cqp_request(struct irdma_cqp *cqp, in irdma_alloc_and_get_cqp_request() function 891 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_cqp_sds_cmd() 923 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, false); in irdma_cqp_qp_suspend_resume() 1038 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd() 1068 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd() 1102 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, false); in irdma_dealloc_push_page() 1185 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_srq_wq_destroy() 1209 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_cq_wq_destroy() 1254 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, wait); in irdma_hw_modify_qp() 1291 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, in irdma_hw_modify_qp() [all …]
|
| H A D | verbs.c | 251 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_alloc_push_page() 772 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_cqp_create_qp_cmd() 2122 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_resize_cq() 2223 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_modify_srq() 2400 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_create_srq() 2645 cqp_request = irdma_alloc_and_get_cqp_request(&rf->cqp, true); in irdma_create_cq() 3015 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_hw_alloc_mw() 3081 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_dealloc_mw() 3117 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_hw_alloc_stag() 3265 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_hwreg_mr() [all …]
|