Searched refs:ct_rsp (Results 1 – 1 of 1) sorted by relevance
122 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status() argument144 if (ct_rsp->header.response != in qla2x00_chk_ms_status()150 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()152 0x2078, (uint8_t *)&ct_rsp->header, in qla2x00_chk_ms_status()184 struct ct_sns_rsp *ct_rsp; in qla2x00_ga_nxt() local198 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt()212 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp, "GA_NXT") != in qla2x00_ga_nxt()217 fcport->d_id.b.domain = ct_rsp->rsp.ga_nxt.port_id[0]; in qla2x00_ga_nxt()218 fcport->d_id.b.area = ct_rsp->rsp.ga_nxt.port_id[1]; in qla2x00_ga_nxt()219 fcport->d_id.b.al_pa = ct_rsp->rsp.ga_nxt.port_id[2]; in qla2x00_ga_nxt()[all …]