Symbol: FC_TRAN_CLASS2
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2162
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2239
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2388
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2598
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2701
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3430
if ((uint32_t)ubp->ub_class == FC_TRAN_CLASS2) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3432
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3838
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3960
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4057
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4156
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
4639
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
4986
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5208
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
3103
if ((uint32_t)ubp->ub_class == FC_TRAN_CLASS2) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
3105
pkt->pkt_tran_flags |= FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3382
next_class = FC_TRAN_CLASS2;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3387
case FC_TRAN_CLASS2:
usr/src/uts/common/io/fibre-channel/impl/fp.c
3421
case FC_TRAN_CLASS2:
usr/src/uts/common/sys/fibre-channel/impl/fp.h
237
((x) == FC_TRAN_CLASS1 || (x) == FC_TRAN_CLASS2)