Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h77 typedef struct ct_header { struct
79 uint32_t ct_inid : 24, /* Initial Node ID */
80 ct_rev : 8; /* Revision */
82 uint32_t ct_reserved1 : 8,
83 ct_options : 8,
84 ct_fcssubtype : 8,
85 ct_fcstype : 8;
87 uint32_t ct_aiusize : 16,
88 ct_cmdrsp : 16;
112 } fc_ct_header_t; argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2487 fc_ct_header_t *ct_header; in fcsm_retry_job() local
2811 fc_ct_header_t *ct_header; in fcsm_job_ct_passthru() local