Searched refs:pi_attrs (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 1765 bzero(&port_info->pi_attrs, sizeof (port_info->pi_attrs)); in emlxs_fca_bind_port() 1767 (void) strncpy(port_info->pi_attrs.manufacturer, "Emulex", in emlxs_fca_bind_port() 1768 (sizeof (port_info->pi_attrs.manufacturer)-1)); in emlxs_fca_bind_port() 1772 (void) strncpy(port_info->pi_attrs.serial_number, vpd->serial_num, in emlxs_fca_bind_port() 1773 (sizeof (port_info->pi_attrs.serial_number)-1)); in emlxs_fca_bind_port() 1775 (void) snprintf(port_info->pi_attrs.firmware_version, in emlxs_fca_bind_port() 1776 (sizeof (port_info->pi_attrs.firmware_version)-1), "%s (%s)", in emlxs_fca_bind_port() 1780 (void) snprintf(port_info->pi_attrs.option_rom_version, in emlxs_fca_bind_port() 1781 (sizeof (port_info->pi_attrs.option_rom_version)-1), in emlxs_fca_bind_port() 1784 (void) snprintf(port_info->pi_attrs.option_rom_version, in emlxs_fca_bind_port() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_hba_fru.c | 235 fca_port_attrs_t *attrs = &port_info->pi_attrs; in ql_populate_hba_fru_details() 244 attrs = &port_info->pi_attrs; in ql_populate_hba_fru_details()
|
H A D | ql_api.c | 1942 if (ha->pi_attrs != NULL) { in ql_detach() 1943 kmem_free(ha->pi_attrs, sizeof (fca_port_attrs_t)); in ql_detach() 2474 ha->pi_attrs = kmem_zalloc(sizeof (fca_port_attrs_t), in ql_bind_port() 2476 if (ha->pi_attrs != NULL) { in ql_bind_port() 2477 bcopy(&port_info->pi_attrs, ha->pi_attrs, in ql_bind_port() 2482 if (ha->pi_attrs != NULL) { in ql_bind_port() 2483 bcopy(ha->pi_attrs, &port_info->pi_attrs, in ql_bind_port()
|
H A D | ql_init.c | 4256 vha->pi_attrs = NULL; in ql_vport_create()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_fcaif.h | 124 fca_port_attrs_t pi_attrs; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 771 fca_port_attrs_t *port_attrs = &(port_info->pi_attrs); in fcoei_populate_hba_fru_details()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1620 fca_port_attrs_t *pi_attrs; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 13849 port->fp_hba_port_attrs = port_info->pi_attrs; in fp_bind_callbacks() 13860 node_namelen = strlen((char *)&port_info->pi_attrs.sym_node_name); in fp_bind_callbacks() 13862 bcopy(&port_info->pi_attrs.sym_node_name, in fp_bind_callbacks() 13867 port_namelen = strlen((char *)&port_info->pi_attrs.sym_port_name); in fp_bind_callbacks() 13869 bcopy(&port_info->pi_attrs.sym_port_name, in fp_bind_callbacks()
|