Symbol: QL_N_PORT
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18629
if (ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
4975
if ((ha->topology & QL_N_PORT) &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5280
if (CFG_IST(ha, CFG_N2N_SUPPORT) && ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5595
if (CFG_IST(ha, CFG_N2N_SUPPORT) && ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5641
if (ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5813
if ((ha->topology & QL_N_PORT) &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5845
if (ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9226
ha->topology & QL_N_PORT ? 0x8000 : 0x8800;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
221
ha->topology & QL_N_PORT ? 0x8000 : 0x8800;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
3322
~(QL_N_PORT | QL_NL_PORT | QL_F_PORT | QL_FL_PORT));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
3349
ha->topology = (uint8_t)(ha->topology | QL_N_PORT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
3504
!(ha->topology & QL_N_PORT)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1358
if (ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1360
~QL_N_PORT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3493
if (ha->topology & QL_N_PORT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1671
if ((ha->topology & QL_N_PORT) &&
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
437
#define QL_P2P_CONNECTION (QL_F_PORT | QL_N_PORT)