Searched refs:i40iw_get_cqp_request (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/i40iw/ |
D | i40iw_hw.c | 452 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, add_port); in i40iw_cqp_manage_abvpt_cmd() 538 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_manage_arp_cache() 601 cqp_request = i40iw_get_cqp_request(iwcqp, wait); in i40iw_manage_qhash() 679 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_flush_wqes() 734 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_gen_ae() 769 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_manage_vf_pble_bp()
|
D | i40iw_utils.c | 360 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait) in i40iw_get_cqp_request() function 798 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_sds_cmd() 828 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_qp_suspend_resume() 1031 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_cqp_manage_hmc_fcn_cmd() 1064 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_query_fpm_values_cmd() 1097 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_commit_fpm_values_cmd() 1156 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_cq_create_cmd() 1187 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_qp_create_cmd() 1234 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_qp_destroy_cmd()
|
D | i40iw_verbs.c | 196 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_alloc_push_page() 233 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_dealloc_push_page() 680 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_create_qp() 783 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_modify_qp() 1023 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cq_wq_destroy() 1169 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_create_cq() 1504 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hw_alloc_stag() 1674 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hwreg_mr() 2002 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_dereg_mr()
|
D | i40iw.h | 428 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait);
|
D | i40iw_main.c | 1047 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_del_macip_entry() 1080 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_add_mac_ipaddr_entry() 1119 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_alloc_local_mac_ipaddr_entry()
|