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 D | fctl.c | 5519 new_fru = &new_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths() 5537 &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() 6311 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == 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() [all …]
|
H A D | fp.c | 7439 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() 7448 bcopy(port->fp_hba_port_attrs.model_description, in fp_fciocmd() 7453 bcopy(port->fp_hba_port_attrs.hardware_version, in fp_fciocmd() 7456 bcopy(port->fp_hba_port_attrs.option_rom_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() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 652 fca_port_attrs_t fp_hba_port_attrs; member
|