Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_hw.c457 info = &cqp_info->in.u.manage_apbvt_entry.info; in i40iw_cqp_manage_abvpt_cmd()
465 cqp_info->in.u.manage_apbvt_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_cqp_manage_abvpt_cmd()
466 cqp_info->in.u.manage_apbvt_entry.scratch = (uintptr_t)cqp_request; in i40iw_cqp_manage_abvpt_cmd()
Di40iw_type.h1135 enum i40iw_status_code (*manage_apbvt_entry)(struct i40iw_sc_cqp *, member
1331 } manage_apbvt_entry; member
Di40iw_ctrl.c4158 pcmdinfo->in.u.manage_apbvt_entry.cqp, in i40iw_exec_cqp_cmd()
4159 &pcmdinfo->in.u.manage_apbvt_entry.info, in i40iw_exec_cqp_cmd()
4160 pcmdinfo->in.u.manage_apbvt_entry.scratch, in i40iw_exec_cqp_cmd()
5185 .manage_apbvt_entry = i40iw_sc_manage_apbvt_entry,