Home
last modified time | relevance | path

Searched defs:fcp_cntl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h55 typedef struct fcp_cntl { struct
57 uchar_t cntl_reserved_0; /* reserved */
65 cntl_clr_aca : 1, /* clear aca */
66 cntl_reset_tgt : 1, /* reset target */
67 cntl_reset_lun : 1, /* reset lun */
68 cntl_reserved_2 : 1, /* reserved */
69 cntl_clr_tsk : 1, /* clear task set */
70 cntl_abort_tsk : 1, /* abort task set */
71 cntl_reserved_3 : 1; /* reserved */
74 cntl_read_data : 1, /* initiator read */
[all …]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h53 typedef struct fcp_cntl { struct
67 } fcp_cntl_t; argument
106 fcp_cntl_t fcp_cntl; /* SCSI options */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct_defines.h159 #define FCP_CNTL_TASK_ATTR(fcp_cntl) ((((uint32_t)(fcp_cntl)) >> 16) & 7) argument
165 #define FCP_CNTL_IS_TASK_MGMT(fcp_cntl) (((uint32_t)(fcp_cntl)) & 0xff00) argument