Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h555 int fp_total_devices; /* total count */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2614 port->fp_total_devices = in fp_job_handler()
2972 port->fp_total_devices = 1; in fp_port_startup()
4311 port->fp_total_devices = 0; in fp_port_offline()
5922 port->fp_total_devices = 1; in fp_flogi_intr()
7199 port->fp_total_devices = 1; in fp_ns_get_devcount()
7208 port->fp_total_devices += max_resid; in fp_ns_get_devcount()
8310 new_count = port->fp_total_devices; in fp_fciocmd()
8328 if (port->fp_total_devices <= 0) { in fp_fciocmd()
8330 new_count = port->fp_total_devices; in fp_fciocmd()
14078 port->fp_total_devices); in fp_validate_area_domain()
[all …]
H A Dfctl.c960 port->fp_total_devices)) { in fc_ulp_getportmap()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c496 mdb_printf(" fp_total_devices : %d\n", port.fp_total_devices); in fcport()