Searched refs:i40iw_get_cqp_request (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ |
| D | i40iw_utils.c | 362 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait) in i40iw_get_cqp_request() function 656 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_rem_ref() 839 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_sds_cmd() 869 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_qp_suspend_resume() 1072 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_cqp_manage_hmc_fcn_cmd() 1105 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_query_fpm_values_cmd() 1138 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cqp_commit_fpm_values_cmd() 1197 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_cq_create_cmd() 1228 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_cqp_qp_create_cmd() 1275 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 | 222 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_alloc_push_page() 259 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, false); in i40iw_dealloc_push_page() 696 cqp_request = i40iw_get_cqp_request(iwcqp, true); in i40iw_create_qp() 798 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, wait); in i40iw_hw_modify_qp() 1038 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_cq_wq_destroy() 1183 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_create_cq() 1518 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hw_alloc_stag() 1685 cqp_request = i40iw_get_cqp_request(&iwdev->cqp, true); in i40iw_hwreg_mr() 2017 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()
|