Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h555 int fp_total_devices; /* total count */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2612 ASSERT(port->fp_total_devices == 0); in fp_job_handler()
2613 port->fp_total_devices = in fp_job_handler()
2971 port->fp_total_devices = 1; in fp_port_startup()
3892 ASSERT(port->fp_total_devices == 0); in fp_loop_online()
3893 port->fp_total_devices = port->fp_dev_count; in fp_loop_online()
3954 port->fp_total_devices = lilp_map->lilp_length - 1; in fp_get_lilpmap()
4310 port->fp_total_devices = 0; in fp_port_offline()
5921 port->fp_total_devices = 1; in fp_flogi_intr()
7198 port->fp_total_devices = 1; in fp_ns_get_devcount()
7207 port->fp_total_devices += max_resid; in fp_ns_get_devcount()
[all …]
H A Dfctl.c959 port->fp_total_devices)) { in fc_ulp_getportmap()
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c493 mdb_printf(" fp_total_devices : %d\n", port.fp_total_devices); in fcport()