Home
last modified time | relevance | path

Searched refs:fp_hba_port_attrs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5537 &stored_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
5544 new_port->fp_hba_port_attrs.driver_name, in fc_ulp_get_adapter_paths()
5545 stored_port->fp_hba_port_attrs.driver_name, in fc_ulp_get_adapter_paths()
6287 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_count_fru_ports()
6313 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_count_fru_ports()
6316 if (strncmp(port->fp_hba_port_attrs.driver_name, in fctl_count_fru_ports()
6317 tmpPort->fp_hba_port_attrs.driver_name, in fctl_count_fru_ports()
6389 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
6423 if (strncmp(port->fp_hba_port_attrs.driver_name, in fctl_get_adapter_port_by_index()
6424 tmpPort->fp_hba_port_attrs.driver_name, in fctl_get_adapter_port_by_index()
[all …]
H A Dfp.c7439 bcopy(port->fp_hba_port_attrs.manufacturer, in fp_fciocmd()
7442 bcopy(port->fp_hba_port_attrs.serial_number, in fp_fciocmd()
7445 bcopy(port->fp_hba_port_attrs.model, in fp_fciocmd()
7453 bcopy(port->fp_hba_port_attrs.hardware_version, in fp_fciocmd()
7459 bcopy(port->fp_hba_port_attrs.firmware_version, in fp_fciocmd()
7463 port->fp_hba_port_attrs.vendor_specific_id; in fp_fciocmd()
7469 bcopy(port->fp_hba_port_attrs.driver_name, in fp_fciocmd()
7472 bcopy(port->fp_hba_port_attrs.driver_version, in fp_fciocmd()
7871 port->fp_hba_port_attrs.supported_cos; in fp_fciocmd()
7878 port->fp_hba_port_attrs.supported_speed; in fp_fciocmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h652 fca_port_attrs_t fp_hba_port_attrs; member