Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h552 int fp_dev_count; /* number of devices */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c958 if (port->fp_dev_count && (port->fp_dev_count == in fc_ulp_getportmap()
3788 port->fp_dev_count++; in fctl_enlist_pwwn_table()
3836 port->fp_dev_count--; in fctl_delist_pwwn_table()
4245 port->fp_dev_count--; in fctl_fillout_map()
5911 port->fp_dev_count--; in fctl_remove_oldies()
H A Dfp.c1413 port->fp_dev_count) { in fp_resume_all()
2614 port->fp_dev_count; in fp_job_handler()
3893 port->fp_total_devices = port->fp_dev_count; in fp_loop_online()
4364 port->fp_dev_count == 0 || port->fp_statec_busy) { in fp_offline_timeout()
5266 if (port->fp_dev_count < FP_MAX_DEVICES) { in fp_ns_init()
7903 val->NumberofDiscoveredPorts = port->fp_dev_count; in fp_fciocmd()
7986 if (index >= port->fp_dev_count) { in fp_fciocmd()
10258 if (port->fp_dev_count >= FP_MAX_DEVICES || in fp_fabric_online()
10486 if (port->fp_total_devices > port->fp_dev_count && in fp_fillout_loopmap()
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c492 mdb_printf(" fp_dev_count : %d\n", port.fp_dev_count); in fcport()