Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5513 new_fru = &new_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
5531 &stored_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
5538 new_port->fp_hba_port_attrs.driver_name, in fc_ulp_get_adapter_paths()
5539 stored_port->fp_hba_port_attrs.driver_name, in fc_ulp_get_adapter_paths()
6281 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_count_fru_ports()
6305 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == in fctl_count_fru_ports()
6307 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_count_fru_ports()
6310 if (strncmp(port->fp_hba_port_attrs.driver_name, in fctl_count_fru_ports()
6311 tmpPort->fp_hba_port_attrs.driver_name, in fctl_count_fru_ports()
6383 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
[all …]
H A Dfp.c7438 bcopy(port->fp_hba_port_attrs.manufacturer, in fp_fciocmd()
7441 bcopy(port->fp_hba_port_attrs.serial_number, in fp_fciocmd()
7444 bcopy(port->fp_hba_port_attrs.model, in fp_fciocmd()
7447 bcopy(port->fp_hba_port_attrs.model_description, in fp_fciocmd()
7452 bcopy(port->fp_hba_port_attrs.hardware_version, in fp_fciocmd()
7455 bcopy(port->fp_hba_port_attrs.option_rom_version, in fp_fciocmd()
7458 bcopy(port->fp_hba_port_attrs.firmware_version, in fp_fciocmd()
7462 port->fp_hba_port_attrs.vendor_specific_id; in fp_fciocmd()
7468 bcopy(port->fp_hba_port_attrs.driver_name, in fp_fciocmd()
7471 bcopy(port->fp_hba_port_attrs.driver_version, in fp_fciocmd()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h652 fca_port_attrs_t fp_hba_port_attrs; member