Home
last modified time | relevance | path

Searched refs:manage_apbvt_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_hw.c458 info = &cqp_info->in.u.manage_apbvt_entry.info; in i40iw_cqp_manage_abvpt_cmd()
466 cqp_info->in.u.manage_apbvt_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_cqp_manage_abvpt_cmd()
467 cqp_info->in.u.manage_apbvt_entry.scratch = (uintptr_t)cqp_request; in i40iw_cqp_manage_abvpt_cmd()
Di40iw_type.h1128 enum i40iw_status_code (*manage_apbvt_entry)(struct i40iw_sc_cqp *, member
1324 } manage_apbvt_entry; member
Di40iw_ctrl.c4070 pcmdinfo->in.u.manage_apbvt_entry.cqp, in i40iw_exec_cqp_cmd()
4071 &pcmdinfo->in.u.manage_apbvt_entry.info, in i40iw_exec_cqp_cmd()
4072 pcmdinfo->in.u.manage_apbvt_entry.scratch, in i40iw_exec_cqp_cmd()
5090 .manage_apbvt_entry = i40iw_sc_manage_apbvt_entry,