Lines Matching defs:bfi_ioim_rsp_s
779 struct bfi_ioim_rsp_s { struct
780 struct bfi_mhdr_s mh; /* common msg header */
781 __be16 io_tag; /* completed IO tag */
782 u16 bfa_rport_hndl; /* releated rport handle */
783 u8 io_status; /* IO completion status */
784 u8 reuse_io_tag; /* IO tag can be reused */
785 u16 abort_tag; /* host abort request tag */
786 u8 scsi_status; /* scsi status from target */
787 u8 sns_len; /* scsi sense length */
788 u8 resid_flags; /* IO residue flags */
789 u8 rsvd_a;
790 __be32 residue; /* IO residual length in bytes */
791 u32 rsvd_b[3];