Searched refs:pi_attrs (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h124 fca_port_attrs_t pi_attrs; member in struct:fc_fca_port_info
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1765 bzero(&port_info->pi_attrs, sizeof (port_info->pi_attrs));
1767 (void) strncpy(port_info->pi_attrs.manufacturer, "Emulex",
1768 (sizeof (port_info->pi_attrs.manufacturer)-1));
1772 (void) strncpy(port_info->pi_attrs.serial_number, vpd->serial_num,
1773 (sizeof (port_info->pi_attrs.serial_number)-1));
1775 (void) snprintf(port_info->pi_attrs.firmware_version,
1776 (sizeof (port_info->pi_attrs.firmware_version)-1), "%s (%s)",
1780 (void) snprintf(port_info->pi_attrs.option_rom_version,
1781 (sizeof (port_info->pi_attrs
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c235 fca_port_attrs_t *attrs = &port_info->pi_attrs;
244 attrs = &port_info->pi_attrs;
H A Dql_api.c1942 if (ha->pi_attrs != NULL) {
1943 kmem_free(ha->pi_attrs, sizeof (fca_port_attrs_t));
2474 ha->pi_attrs = kmem_zalloc(sizeof (fca_port_attrs_t),
2476 if (ha->pi_attrs != NULL) {
2477 bcopy(&port_info->pi_attrs, ha->pi_attrs,
2482 if (ha->pi_attrs != NULL) {
2483 bcopy(ha->pi_attrs, &port_info->pi_attrs,
H A Dql_init.c4256 vha->pi_attrs = NULL;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c771 fca_port_attrs_t *port_attrs = &(port_info->pi_attrs);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1620 fca_port_attrs_t *pi_attrs; member in struct:ql_adapter_state
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c13849 port->fp_hba_port_attrs = port_info->pi_attrs;
13860 node_namelen = strlen((char *)&port_info->pi_attrs.sym_node_name);
13862 bcopy(&port_info->pi_attrs.sym_node_name,
13867 port_namelen = strlen((char *)&port_info->pi_attrs.sym_port_name);
13869 bcopy(&port_info->pi_attrs.sym_port_name,

Completed in 370 milliseconds