Searched refs: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
317 _NOTE(SCHEME_PROTECTS_DATA("unique per request", ct_header))
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2487 fc_ct_header_t *ct_header; local
2501 ct_header =
2503 if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
2811 fc_ct_header_t *ct_header; local
2842 ct_header = (fc_ct_header_t *)fcio->fcio_ibuf;
2852 *((uint32_t *)((uint32_t *)ct_header + 0)) =
2853 BE_32(*((uint32_t *)((uint32_t *)ct_header + 0)));
2854 *((uint32_t *)((uint32_t *)ct_header + 1)) =
2855 BE_32(*((uint32_t *)((uint32_t *)ct_header + 1)));
2856 *((uint32_t *)((uint32_t *)ct_header
[all...]

Completed in 48 milliseconds