Lines Matching defs:ntfy
121 struct imm_ntfy_from_isp *ntfy,
546 struct imm_ntfy_from_isp *ntfy, int type)
556 memcpy(e->u.nack.iocb, ntfy, sizeof(struct imm_ntfy_from_isp));
616 struct imm_ntfy_from_isp *ntfy, int type)
649 sp->u.iocb_cmd.u.nack.ntfy = ntfy;
1670 struct imm_ntfy_from_isp *ntfy,
1699 nack->ox_id = ntfy->ox_id;
1702 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle;
1703 if (le16_to_cpu(ntfy->u.isp24.status) == IMM_NTFY_ELS) {
1704 nack->u.isp24.flags = ntfy->u.isp24.flags &
1707 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id;
1708 nack->u.isp24.status = ntfy->u.isp24.status;
1709 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode;
1710 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle;
1711 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address;
1712 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs;
1713 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui;
1717 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index;
3555 struct imm_ntfy_from_isp *ntfy)
3578 nack->ox_id = ntfy->ox_id;
3580 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle;
3581 if (le16_to_cpu(ntfy->u.isp24.status) == IMM_NTFY_ELS) {
3582 nack->u.isp24.flags = ntfy->u.isp24.flags &
3590 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id;
3591 nack->u.isp24.status = ntfy->u.isp24.status;
3592 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode;
3593 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle;
3594 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address;
3595 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs;
3596 nack->u.isp24.srr_ui = ntfy->u.isp24.srr_ui;
3597 nack->u.isp24.vp_index = ntfy->u.isp24.vp_index;