Lines Matching refs:fcp_hdr_le

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()
1226 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; 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()
1279 ctio->initiator_id[0] = entry->fcp_hdr_le.d_id[0]; in qlt_24xx_retry_term_exchange()
1280 ctio->initiator_id[1] = entry->fcp_hdr_le.d_id[1]; in qlt_24xx_retry_term_exchange()
1281 ctio->initiator_id[2] = entry->fcp_hdr_le.d_id[2]; in qlt_24xx_retry_term_exchange()
1286 ctio->u.status1.ox_id = cpu_to_le16(entry->fcp_hdr_le.ox_id); in qlt_24xx_retry_term_exchange()
1440 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) { in qlt_24xx_handle_abts()
1458 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id[2], in qlt_24xx_handle_abts()
1459 abts->fcp_hdr_le.s_id[1], abts->fcp_hdr_le.s_id[0], tag, in qlt_24xx_handle_abts()
1460 le32_to_cpu(abts->fcp_hdr_le.parameter)); in qlt_24xx_handle_abts()
1462 s_id[0] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_handle_abts()
1463 s_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_handle_abts()
1464 s_id[2] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_handle_abts()
5609 s_id[0] = prm->abts.fcp_hdr_le.s_id[2]; in qlt_abort_work()
5610 s_id[1] = prm->abts.fcp_hdr_le.s_id[1]; in qlt_abort_work()
5611 s_id[2] = prm->abts.fcp_hdr_le.s_id[0]; in qlt_abort_work()