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