Home
last modified time | relevance | path

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
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) { in fcsm_retry_job()
2735 ASSERT(req_iu->aiu_header.ct_fcstype == FCSTYPE_MGMTSERVICE || in fcsm_ct_init()
2736 (req_iu->aiu_header.ct_fcstype == FCSTYPE_DIRECTORY && in fcsm_ct_init()
2741 if (req_iu->aiu_header.ct_fcstype == FCSTYPE_MGMTSERVICE) { in fcsm_ct_init()
2863 if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) { in fcsm_job_ct_passthru()
2866 } else if (ct_header->ct_fcstype == FCSTYPE_DIRECTORY) { in fcsm_job_ct_passthru()
2873 ct_header->ct_fcstype, ct_header->ct_fcssubtype)); in fcsm_job_ct_passthru()
2876 if (ct_header->ct_fcstype != FCSTYPE_MGMTSERVICE && in fcsm_job_ct_passthru()
2877 (ct_header->ct_fcstype != FCSTYPE_DIRECTORY || in fcsm_job_ct_passthru()
2894 if ((ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) && in fcsm_job_ct_passthru()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c884 FCOE_V2B_1(ct->ct_fcstype, FPLD + offset); in fcoei_initiate_ct_req()
910 switch (ct->ct_fcstype) { in fcoei_initiate_ct_req()
1006 ct->ct_fcstype, ct->ct_cmdrsp); in fcoei_initiate_ct_req()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7648 switch (hdr.ct_fcstype) { in ql_fc_services()
7704 EL(ha, "unknown fcstype=%xh\n", hdr.ct_fcstype); in ql_fc_services()
7762 if (hdr.ct_fcstype == FCSTYPE_DIRECTORY) { in ql_cthdr_endian()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c12977 ct.ct_fcstype = FCSTYPE_DIRECTORY; in fp_ct_init()