Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dvirtchnl.c141 vchnl_msg->buf_len = sizeof(*vchnl_msg) + info->req_parm_len; in irdma_alloc_vchnl_req_msg()
142 if (info->req_parm_len) in irdma_alloc_vchnl_req_msg()
143 memcpy(vchnl_msg->buf, info->req_parm, info->req_parm_len); in irdma_alloc_vchnl_req_msg()
337 info.req_parm_len = sizeof(req_vport); in irdma_vchnl_req_add_vport()
366 info.req_parm_len = sizeof(req_vport); in irdma_vchnl_req_del_vport()
404 info.req_parm_len = qvl_size; in irdma_vchnl_req_aeq_vec_map()
446 info.req_parm_len = qvl_size; in irdma_vchnl_req_ceq_vec_map()
505 info.req_parm_len = sizeof(req_hmc); in irdma_vchnl_req_get_hmc_fcn()
H A Dvirtchnl.h151 u16 req_parm_len; member