Home
last modified time | relevance | path

Searched defs:fcp_cmnd32 (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/fc/
H A Dfc_fcp.h49 struct fcp_cmnd32 { struct
50 struct scsi_lun fc_lun; /* logical unit number */
51 __u8 fc_cmdref; /* command reference number */
52 __u8 fc_pri_ta; /* priority and task attribute */
53 __u8 fc_tm_flags; /* task management flags */
54 __u8 fc_flags; /* additional len & flags */
55 __u8 fc_cdb[32]; /* base CDB */
56 __be32 fc_dl; /* data length (must follow fc_cdb) */
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.h130 struct fcp_cmnd32 { struct
131 struct scsi_lun fcp_lun;
133 uint8_t fcpCntl0; /* FCP_CNTL byte 0 (reserved) */
134 uint8_t fcpCntl1; /* FCP_CNTL byte 1 task codes */
135 uint8_t fcpCntl2; /* FCP_CTL byte 2 task management codes */
136 uint8_t fcpCntl3;
138 uint8_t fcpCdb[LPFC_FCP_CDB_LEN_32]; /* SRB cdb field is copied here */
139 __be32 fcpDl; /* Total transfer length */