Lines Matching refs:nack
1116 struct nack_to_isp *nack; in qlt_send_notify_ack() local
1138 nack = (struct nack_to_isp *)pkt; in qlt_send_notify_ack()
1139 nack->ox_id = ntfy->ox_id; in qlt_send_notify_ack()
1141 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in qlt_send_notify_ack()
1143 nack->u.isp24.flags = ntfy->u.isp24.flags & in qlt_send_notify_ack()
1146 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id; in qlt_send_notify_ack()
1147 nack->u.isp24.status = ntfy->u.isp24.status; in qlt_send_notify_ack()
1148 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode; in qlt_send_notify_ack()
1149 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in qlt_send_notify_ack()
1150 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address; in qlt_send_notify_ack()
1151 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in qlt_send_notify_ack()
1152 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui; in qlt_send_notify_ack()
1153 nack->u.isp24.srr_flags = cpu_to_le16(srr_flags); in qlt_send_notify_ack()
1154 nack->u.isp24.srr_reject_code = srr_reject_code; in qlt_send_notify_ack()
1155 nack->u.isp24.srr_reject_code_expl = srr_explan; in qlt_send_notify_ack()
1156 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index; in qlt_send_notify_ack()
1160 vha->vp_idx, nack->u.isp24.status); in qlt_send_notify_ack()
2850 struct nack_to_isp *nack; in __qlt_send_term_imm_notif() local
2870 nack = (struct nack_to_isp *)pkt; in __qlt_send_term_imm_notif()
2871 nack->ox_id = ntfy->ox_id; in __qlt_send_term_imm_notif()
2873 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in __qlt_send_term_imm_notif()
2875 nack->u.isp24.flags = ntfy->u.isp24.flags & in __qlt_send_term_imm_notif()
2880 nack->u.isp24.flags |= in __qlt_send_term_imm_notif()
2883 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id; in __qlt_send_term_imm_notif()
2884 nack->u.isp24.status = ntfy->u.isp24.status; in __qlt_send_term_imm_notif()
2885 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode; in __qlt_send_term_imm_notif()
2886 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in __qlt_send_term_imm_notif()
2887 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address; in __qlt_send_term_imm_notif()
2888 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in __qlt_send_term_imm_notif()
2889 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui; in __qlt_send_term_imm_notif()
2890 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index; in __qlt_send_term_imm_notif()