Searched refs:i40iw_get_cqp_request (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_utils.c | 348 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait) in i40iw_get_cqp_request() function 643 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_rem_ref() 826 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_sds_cmd() 856 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_qp_suspend_resume() 1059 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_cqp_manage_hmc_fcn_cmd() 1092 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_query_fpm_values_cmd() 1125 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_commit_fpm_values_cmd() 1184 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_cq_create_cmd() 1215 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_qp_create_cmd() 1262 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_qp_destroy_cmd()
|
D | i40iw_hw.c | 453 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, add_port); in i40iw_cqp_manage_abvpt_cmd() 539 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_manage_arp_cache() 602 cqp_request = i40iw_get_cqp_request(iwcqp, wait); in i40iw_manage_qhash() 680 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_flush_wqes() 735 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_gen_ae() 770 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_manage_vf_pble_bp()
|
D | i40iw_verbs.c | 255 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_alloc_push_page() 292 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_dealloc_push_page() 741 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_create_qp() 841 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_modify_qp() 1081 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cq_wq_destroy() 1239 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_create_cq() 1610 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hw_alloc_stag() 1777 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hwreg_mr() 2107 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_dereg_mr()
|
D | i40iw.h | 418 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait);
|
D | i40iw_main.c | 1051 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_del_macip_entry() 1084 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_add_mac_ipaddr_entry() 1123 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_alloc_local_mac_ipaddr_entry()
|