Lines Matching refs:nack
530 e->u.nack.fcport = fcport;
531 e->u.nack.type = type;
532 memcpy(e->u.nack.iocb, ntfy, sizeof(struct imm_ntfy_from_isp));
635 sp->name = "nack";
639 sp->u.iocb_cmd.u.nack.ntfy = ntfy;
662 switch (e->u.nack.type) {
664 t = e->u.nack.fcport;
668 t = qlt_create_sess(vha, e->u.nack.fcport, 0);
674 vha->hw->tgt.tgt_ops->put_sess(e->u.nack.fcport);
678 qla24xx_async_notify_ack(vha, e->u.nack.fcport,
679 (struct imm_ntfy_from_isp *)e->u.nack.iocb, e->u.nack.type);
1701 struct nack_to_isp *nack;
1722 nack = (struct nack_to_isp *)pkt;
1723 nack->ox_id = ntfy->ox_id;
1725 nack->u.isp24.handle = QLA_TGT_SKIP_HANDLE;
1726 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle;
1728 nack->u.isp24.flags = ntfy->u.isp24.flags &
1731 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id;
1732 nack->u.isp24.status = ntfy->u.isp24.status;
1733 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode;
1734 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle;
1735 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address;
1736 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs;
1737 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui;
1738 nack->u.isp24.srr_flags = cpu_to_le16(srr_flags);
1739 nack->u.isp24.srr_reject_code = srr_reject_code;
1740 nack->u.isp24.srr_reject_code_expl = srr_explan;
1741 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index;
1746 nack->u.isp24.flags |= cpu_to_le16(NOTIFY_ACK_FLAGS_FCSP);
1751 vha->vp_idx, nack->u.isp24.status);
3591 struct nack_to_isp *nack;
3611 nack = (struct nack_to_isp *)pkt;
3612 nack->ox_id = ntfy->ox_id;
3614 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle;
3616 nack->u.isp24.flags = ntfy->u.isp24.flags &
3621 nack->u.isp24.flags |=
3624 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id;
3625 nack->u.isp24.status = ntfy->u.isp24.status;
3626 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode;
3627 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle;
3628 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address;
3629 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs;
3630 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui;
3631 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index;
5134 "%s %d %8phC post nack\n",
5147 "%s %d %8phC post nack\n",