Searched refs:i40iw_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() 350 struct i40iw_cqp_request *cqp_request = NULL; in i40iw_get_cqp_request() 356 struct i40iw_cqp_request, list); in i40iw_get_cqp_request() 387 void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request) in i40iw_free_cqp_request() 412 struct i40iw_cqp_request *cqp_request) in i40iw_put_cqp_request() 424 struct i40iw_cqp_request *cqp_request) in i40iw_free_pending_cqp_request() 447 struct i40iw_cqp_request *cqp_request = NULL; in i40iw_cleanup_pending_cqp_op() 454 cqp_request = (struct i40iw_cqp_request *)(unsigned long)cqp->scratch_array[wqe_idx]; in i40iw_cleanup_pending_cqp_op() 462 cqp_request = container_of(pcmdinfo, struct i40iw_cqp_request, info); in i40iw_cleanup_pending_cqp_op() 473 static void i40iw_free_qp(struct i40iw_cqp_request *cqp_request, u32 num) in i40iw_free_qp() [all …]
|
D | i40iw.h | 136 struct i40iw_cqp_request { struct 141 void (*callback_fcn)(struct i40iw_cqp_request*, u32); argument 156 struct i40iw_cqp_request *cqp_requests; argument 224 struct i40iw_cqp_request *cqp_request; 418 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait); 419 void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request); 420 void i40iw_put_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request); 521 struct i40iw_cqp_request *cqp_request);
|
D | i40iw_hw.c | 124 struct i40iw_cqp_request *cqp_request; in i40iw_cqp_ce_handler() 135 cqp_request = (struct i40iw_cqp_request *)(unsigned long)info.scratch; in i40iw_cqp_ce_handler() 449 struct i40iw_cqp_request *cqp_request; in i40iw_cqp_manage_abvpt_cmd() 532 struct i40iw_cqp_request *cqp_request; in i40iw_manage_arp_cache() 572 static void i40iw_send_syn_cqp_callback(struct i40iw_cqp_request *cqp_request, u32 send_ack) in i40iw_send_syn_cqp_callback() 599 struct i40iw_cqp_request *cqp_request; in i40iw_manage_qhash() 676 struct i40iw_cqp_request *cqp_request; in i40iw_hw_flush_wqes() 732 struct i40iw_cqp_request *cqp_request; in i40iw_gen_ae() 764 struct i40iw_cqp_request *cqp_request; in i40iw_hw_manage_vf_pble_bp()
|
D | i40iw_verbs.c | 248 struct i40iw_cqp_request *cqp_request; in i40iw_alloc_push_page() 285 struct i40iw_cqp_request *cqp_request; in i40iw_dealloc_push_page() 581 struct i40iw_cqp_request *cqp_request; in i40iw_create_qp() 836 struct i40iw_cqp_request *cqp_request; in i40iw_hw_modify_qp() 1078 struct i40iw_cqp_request *cqp_request; in i40iw_cq_wq_destroy() 1141 struct i40iw_cqp_request *cqp_request; in i40iw_create_cq() 1607 struct i40iw_cqp_request *cqp_request; in i40iw_hw_alloc_stag() 1774 struct i40iw_cqp_request *cqp_request; in i40iw_hwreg_mr() 2087 struct i40iw_cqp_request *cqp_request; in i40iw_dereg_mr()
|
D | i40iw_main.c | 1047 struct i40iw_cqp_request *cqp_request; in i40iw_del_macip_entry() 1080 struct i40iw_cqp_request *cqp_request; in i40iw_add_mac_ipaddr_entry() 1119 struct i40iw_cqp_request *cqp_request; in i40iw_alloc_local_mac_ipaddr_entry()
|