Home
last modified time | relevance | path

Searched refs:fp_options (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h575 uint32_t fp_options; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c499 mdb_printf(" fp_options : 0x%-8x\n", port.fp_options); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c233 static uint32_t fp_options = 0; variable
971 port->fp_options = fp_options; in fp_attach_handler()
4375 if (port->fp_options & FP_CORE_ON_OFFLINE_TIMEOUT) { in fp_offline_timeout()
4384 } else if (port->fp_options & FP_RESET_CORE_ON_OFFLINE_TIMEOUT) { in fp_offline_timeout()
7138 if (!create && (port->fp_options & FP_NS_SMART_COUNT)) { in fp_ns_get_devcount()
7181 if (!create && (port->fp_options & FP_NS_SMART_COUNT)) { in fp_ns_get_devcount()
7191 port->fp_options &= ~FP_NS_SMART_COUNT; in fp_ns_get_devcount()
10263 (port->fp_options & FP_TARGET_MODE)) { in fp_fabric_online()
11810 port->fp_options & FP_SEND_RJT) { in fp_i_handle_unsol_els()
12073 port->fp_options & FP_SEND_RJT) { in fp_handle_unsol_plogi()
H A Dfctl.c1867 port->fp_options |= FP_TARGET_MODE; in fc_ulp_port_notify()
1870 port->fp_options &= ~FP_TARGET_MODE; in fc_ulp_port_notify()