Lines Matching refs:resp
1175 struct abts_resp_to_24xx *resp; in qlt_24xx_send_abts_resp() local
1187 resp = (struct abts_resp_to_24xx *)qla2x00_alloc_iocbs_ready(vha, NULL); in qlt_24xx_send_abts_resp()
1188 if (!resp) { in qlt_24xx_send_abts_resp()
1195 resp->entry_type = ABTS_RESP_24XX; in qlt_24xx_send_abts_resp()
1196 resp->entry_count = 1; in qlt_24xx_send_abts_resp()
1197 resp->nport_handle = abts->nport_handle; in qlt_24xx_send_abts_resp()
1198 resp->vp_index = vha->vp_idx; in qlt_24xx_send_abts_resp()
1199 resp->sof_type = abts->sof_type; in qlt_24xx_send_abts_resp()
1200 resp->exchange_address = abts->exchange_address; in qlt_24xx_send_abts_resp()
1201 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_24xx_send_abts_resp()
1206 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1207 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1208 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
1210 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1211 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1212 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1213 resp->fcp_hdr_le.s_id[0] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_send_abts_resp()
1214 resp->fcp_hdr_le.s_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_send_abts_resp()
1215 resp->fcp_hdr_le.s_id[2] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_send_abts_resp()
1217 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_send_abts_resp()
1218 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_send_abts_resp()
1219 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_send_abts_resp()
1220 resp->fcp_hdr_le.s_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1221 resp->fcp_hdr_le.s_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1222 resp->fcp_hdr_le.s_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1224 resp->exchange_addr_to_abort = abts->exchange_addr_to_abort; in qlt_24xx_send_abts_resp()
1226 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp()
1227 resp->payload.ba_acct.seq_id_valid = SEQ_ID_INVALID; in qlt_24xx_send_abts_resp()
1228 resp->payload.ba_acct.low_seq_cnt = 0x0000; in qlt_24xx_send_abts_resp()
1229 resp->payload.ba_acct.high_seq_cnt = 0xFFFF; in qlt_24xx_send_abts_resp()
1230 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp()
1231 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_24xx_send_abts_resp()
1233 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
1234 resp->payload.ba_rjt.reason_code = in qlt_24xx_send_abts_resp()
4446 int xmit_type = 0, resp = 0; in qlt_handle_srr() local
4463 resp = 1; in qlt_handle_srr()
4488 resp = 1; in qlt_handle_srr()
4539 if (resp) { in qlt_handle_srr()