Searched refs:ct_rsp (Results 1 – 1 of 1) sorted by relevance
124 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status() argument147 if (ct_rsp->header.response != in qla2x00_chk_ms_status()153 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()155 0x2078, (uint8_t *)&ct_rsp->header, in qla2x00_chk_ms_status()209 struct ct_sns_rsp *ct_rsp; in qla2x00_ga_nxt() local230 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt()244 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp, "GA_NXT") != in qla2x00_ga_nxt()249 fcport->d_id.b.domain = ct_rsp->rsp.ga_nxt.port_id[0]; in qla2x00_ga_nxt()250 fcport->d_id.b.area = ct_rsp->rsp.ga_nxt.port_id[1]; in qla2x00_ga_nxt()251 fcport->d_id.b.al_pa = ct_rsp->rsp.ga_nxt.port_id[2]; in qla2x00_ga_nxt()[all …]