Lines Matching defs:resp
740 struct be_cmd_resp_eq_create *resp = embedded_payload(wrb);
768 eq->id = le16_to_cpu(resp->eq_id);
781 struct be_cmd_resp_cq_create *resp = embedded_payload(wrb);
830 cq->id = le16_to_cpu(resp->cq_id);
891 struct be_cmd_resp_mcc_create *resp = embedded_payload(wrb);
892 mccq->id = le16_to_cpu(resp->id);
1039 struct be_defq_create_resp *resp = embedded_payload(wrb);
1041 dq->id = le16_to_cpu(resp->id);
1055 defq_ring->ulp_num = resp->ulp_num;
1056 defq_ring->doorbell_offset = resp->doorbell_offset;
1083 struct be_wrbq_create_resp *resp = embedded_payload(wrb);
1106 wrbq->id = le16_to_cpu(resp->cid);
1114 pwrb_context->ulp_num = resp->ulp_num;
1115 pwrb_context->doorbell_offset = resp->doorbell_offset;
1289 struct be_mgmt_controller_attributes_resp *resp = nonemb_cmd.va;
1295 resp->params.hba_attribs
1297 resp->params.hba_attribs.
1301 resp->params.hba_attribs.iscsi_features;
1305 memcpy(phba->fw_ver_str, resp->params.hba_attribs.
1504 phba->port_name = ioctl->p.resp.port_names >>
1586 phba->ue2rp = ioctl->param.resp.ue2rp;