Searched refs:ct_fcstype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h85 ct_fcstype : 8; member in struct:ct_header
98 uint32_t ct_fcstype : 8, /* type of service */
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2503 if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
2735 ASSERT(req_iu->aiu_header.ct_fcstype == FCSTYPE_MGMTSERVICE ||
2736 (req_iu->aiu_header.ct_fcstype == FCSTYPE_DIRECTORY &&
2741 if (req_iu->aiu_header.ct_fcstype == FCSTYPE_MGMTSERVICE) {
2863 if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
2866 } else if (ct_header->ct_fcstype == FCSTYPE_DIRECTORY) {
2873 ct_header->ct_fcstype, ct_header->ct_fcssubtype));
2876 if (ct_header->ct_fcstype != FCSTYPE_MGMTSERVICE &&
2877 (ct_header->ct_fcstype != FCSTYPE_DIRECTORY ||
2894 if ((ct_header->ct_fcstype
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c884 FCOE_V2B_1(ct->ct_fcstype, FPLD + offset);
910 switch (ct->ct_fcstype) {
1005 "MS_GIEL ct_fcstype %x, ct_cmdrsp: %x",
1006 ct->ct_fcstype, ct->ct_cmdrsp);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7257 switch (hdr.ct_fcstype) {
7305 EL(ha, "unknown fcstype=%xh\n", hdr.ct_fcstype);
7364 if (hdr.ct_fcstype == FCSTYPE_DIRECTORY) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c12973 ct.ct_fcstype = FCSTYPE_DIRECTORY;

Completed in 144 milliseconds