Lines Matching refs:fcp_hdr_le

1750 	resp->fcp_hdr_le = abts->fcp_hdr_le;  in qlt_24xx_send_abts_resp()
1755 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1756 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1757 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
1759 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1760 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1761 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1762 resp->fcp_hdr_le.s_id[0] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_send_abts_resp()
1763 resp->fcp_hdr_le.s_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_send_abts_resp()
1764 resp->fcp_hdr_le.s_id[2] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_send_abts_resp()
1766 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_send_abts_resp()
1767 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_send_abts_resp()
1768 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_send_abts_resp()
1769 resp->fcp_hdr_le.s_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1770 resp->fcp_hdr_le.s_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1771 resp->fcp_hdr_le.s_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1775 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp()
1779 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp()
1780 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_24xx_send_abts_resp()
1782 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
1829 ctio->initiator_id[0] = entry->fcp_hdr_le.d_id[0]; in qlt_24xx_retry_term_exchange()
1830 ctio->initiator_id[1] = entry->fcp_hdr_le.d_id[1]; in qlt_24xx_retry_term_exchange()
1831 ctio->initiator_id[2] = entry->fcp_hdr_le.d_id[2]; in qlt_24xx_retry_term_exchange()
1835 ctio->u.status1.ox_id = cpu_to_le16(entry->fcp_hdr_le.ox_id); in qlt_24xx_retry_term_exchange()
2072 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) { in qlt_24xx_handle_abts()
2092 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id[2], in qlt_24xx_handle_abts()
2093 abts->fcp_hdr_le.s_id[1], abts->fcp_hdr_le.s_id[0], tag, in qlt_24xx_handle_abts()
2094 le32_to_cpu(abts->fcp_hdr_le.parameter)); in qlt_24xx_handle_abts()
2096 s_id[0] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_handle_abts()
2097 s_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_handle_abts()
2098 s_id[2] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_handle_abts()
6076 s_id[0] = prm->abts.fcp_hdr_le.s_id[2]; in qlt_abort_work()
6077 s_id[1] = prm->abts.fcp_hdr_le.s_id[1]; in qlt_abort_work()
6078 s_id[2] = prm->abts.fcp_hdr_le.s_id[0]; in qlt_abort_work()