Lines Matching defs:hdr_stat

528 	u8 typ, hdr_stat;
539 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
544 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n",
545 typ, hdr_stat, cmnd_id, hid, ctx);
550 cmnd_id, snic_io_status_to_str(hdr_stat));
561 snic_io_status_to_str(hdr_stat),
566 ((u64)hdr_stat << 16 |
597 snic_io_status_to_str(hdr_stat),
613 snic_proc_tmreq_pending_state(snic, sc, hdr_stat);
619 if (likely(hdr_stat == SNIC_STAT_ABORTED))
625 snic_io_status_to_str(hdr_stat),
636 if (snic_process_icmnd_cmpl_status(snic, icmnd_cmpl, hdr_stat, sc)) {
641 snic_io_status_to_str(hdr_stat), CMD_FLAGS(sc));
907 u8 hdr_stat;
909 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
911 "Itmf_cmpl: %s: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,ctx = %lx\n",
912 __func__, typ, hdr_stat, cmnd_id, hid, ctx);
930 cmnd_id, snic_io_status_to_str(hdr_stat));
944 snic_io_status_to_str(hdr_stat), cmnd_id);
949 snic_process_itmf_cmpl(snic, fwreq, cmnd_id, hdr_stat, sc);
986 u8 hdr_stat;
993 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
996 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
999 "reset_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1000 typ, hdr_stat, cmnd_id, hid, ctx);
1007 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1016 cmnd_id, snic_io_status_to_str(hdr_stat));
1028 snic_io_status_to_str(hdr_stat), cmnd_id);
1059 snic_io_status_to_str(hdr_stat), cmnd_id, sc,
1110 u8 typ, hdr_stat;
1116 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1118 "aen: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1119 typ, hdr_stat, cmnd_id, hid, ctx);