Lines Matching refs:nack
1298 struct nack_to_isp *nack; in qlt_send_notify_ack() local
1320 nack = (struct nack_to_isp *)pkt; in qlt_send_notify_ack()
1321 nack->ox_id = ntfy->ox_id; in qlt_send_notify_ack()
1323 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in qlt_send_notify_ack()
1325 nack->u.isp24.flags = ntfy->u.isp24.flags & in qlt_send_notify_ack()
1328 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id; in qlt_send_notify_ack()
1329 nack->u.isp24.status = ntfy->u.isp24.status; in qlt_send_notify_ack()
1330 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode; in qlt_send_notify_ack()
1331 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in qlt_send_notify_ack()
1332 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address; in qlt_send_notify_ack()
1333 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in qlt_send_notify_ack()
1334 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui; in qlt_send_notify_ack()
1335 nack->u.isp24.srr_flags = cpu_to_le16(srr_flags); in qlt_send_notify_ack()
1336 nack->u.isp24.srr_reject_code = srr_reject_code; in qlt_send_notify_ack()
1337 nack->u.isp24.srr_reject_code_expl = srr_explan; in qlt_send_notify_ack()
1338 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index; in qlt_send_notify_ack()
1342 vha->vp_idx, nack->u.isp24.status); in qlt_send_notify_ack()
3046 struct nack_to_isp *nack; in __qlt_send_term_imm_notif() local
3066 nack = (struct nack_to_isp *)pkt; in __qlt_send_term_imm_notif()
3067 nack->ox_id = ntfy->ox_id; in __qlt_send_term_imm_notif()
3069 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in __qlt_send_term_imm_notif()
3071 nack->u.isp24.flags = ntfy->u.isp24.flags & in __qlt_send_term_imm_notif()
3076 nack->u.isp24.flags |= in __qlt_send_term_imm_notif()
3079 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id; in __qlt_send_term_imm_notif()
3080 nack->u.isp24.status = ntfy->u.isp24.status; in __qlt_send_term_imm_notif()
3081 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode; in __qlt_send_term_imm_notif()
3082 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in __qlt_send_term_imm_notif()
3083 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address; in __qlt_send_term_imm_notif()
3084 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in __qlt_send_term_imm_notif()
3085 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui; in __qlt_send_term_imm_notif()
3086 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index; in __qlt_send_term_imm_notif()