Lines Matching defs:hdr_stat

547 	u8 typ, hdr_stat;
558 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
563 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n",
564 typ, hdr_stat, cmnd_id, hid, ctx);
569 cmnd_id, snic_io_status_to_str(hdr_stat));
580 snic_io_status_to_str(hdr_stat),
585 ((u64)hdr_stat << 16 |
616 snic_io_status_to_str(hdr_stat),
632 snic_proc_tmreq_pending_state(snic, sc, hdr_stat);
638 if (likely(hdr_stat == SNIC_STAT_ABORTED))
644 snic_io_status_to_str(hdr_stat),
655 if (snic_process_icmnd_cmpl_status(snic, icmnd_cmpl, hdr_stat, sc)) {
660 snic_io_status_to_str(hdr_stat), CMD_FLAGS(sc));
929 u8 hdr_stat;
931 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
933 "Itmf_cmpl: %s: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,ctx = %lx\n",
934 __func__, typ, hdr_stat, cmnd_id, hid, ctx);
952 cmnd_id, snic_io_status_to_str(hdr_stat));
966 snic_io_status_to_str(hdr_stat), cmnd_id);
971 snic_process_itmf_cmpl(snic, fwreq, cmnd_id, hdr_stat, sc);
1008 u8 hdr_stat;
1015 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1018 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1021 "reset_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1022 typ, hdr_stat, cmnd_id, hid, ctx);
1029 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1038 cmnd_id, snic_io_status_to_str(hdr_stat));
1050 snic_io_status_to_str(hdr_stat), cmnd_id);
1081 snic_io_status_to_str(hdr_stat), cmnd_id, sc,
1132 u8 typ, hdr_stat;
1138 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1140 "aen: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1141 typ, hdr_stat, cmnd_id, hid, ctx);