Home
last modified time | relevance | path

Searched refs:resp_parm_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dvirtchnl.c149 vchnl_req->parm_len = info->resp_parm_len; in irdma_alloc_vchnl_req_msg()
216 info.resp_parm_len = sizeof(resp_buffer); in irdma_vchnl_req_get_reg_layout()
340 info.resp_parm_len = sizeof(resp_vport); in irdma_vchnl_req_add_vport()
471 info.resp_parm_len = sizeof(*ver_res); in irdma_vchnl_req_get_ver()
508 info.resp_parm_len = sizeof(resp_hmc); in irdma_vchnl_req_get_hmc_fcn()
561 info.resp_parm_len = sizeof(dev->vc_caps); in irdma_vchnl_req_get_caps()
H A Dvirtchnl.h152 u16 resp_parm_len; member