Home
last modified time | relevance | path

Searched refs:port_attrs (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1362 fc_hba_port_attributes32_t *port_attrs; in emlxs_fcio_get_adapter_port_attrs() local
1373 port_attrs = in emlxs_fcio_get_adapter_port_attrs()
1376 port_attrs->version = FC_HBA_PORT_ATTRIBUTES_VERSION; in emlxs_fcio_get_adapter_port_attrs()
1377 port_attrs->lastChange = 0; in emlxs_fcio_get_adapter_port_attrs()
1378 port_attrs->fp_minor = 0; in emlxs_fcio_get_adapter_port_attrs()
1380 (caddr_t)&port_attrs->NodeWWN, 8); in emlxs_fcio_get_adapter_port_attrs()
1382 (caddr_t)&port_attrs->PortWWN, 8); in emlxs_fcio_get_adapter_port_attrs()
1390 port_attrs->PortState = in emlxs_fcio_get_adapter_port_attrs()
1393 port_attrs->PortFcId = port->did; in emlxs_fcio_get_adapter_port_attrs()
1394 port_attrs->PortState = FC_HBA_PORTSTATE_ONLINE; in emlxs_fcio_get_adapter_port_attrs()
[all …]
H A Demlxs_fct.c72 fct_port_attrs_t *port_attrs);
1368 fct_port_attrs_t *port_attrs)
1374 (void) strncpy(port_attrs->manufacturer, "Emulex",
1375 (sizeof (port_attrs->manufacturer)-1));
1376 (void) strncpy(port_attrs->serial_number, vpd->serial_num,
1377 (sizeof (port_attrs->serial_number)-1));
1378 (void) strncpy(port_attrs->model, hba->model_info.model,
1379 (sizeof (port_attrs->model)-1));
1380 (void) strncpy(port_attrs->model_description,
1382 (sizeof (port_attrs->model_description)-1));
[all …]
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c618 struct fct_port_attrs *port_attrs) in fcoet_populate_hba_fru_details() argument
620 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN, in fcoet_populate_hba_fru_details()
622 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN, in fcoet_populate_hba_fru_details()
624 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN, in fcoet_populate_hba_fru_details()
626 (void) strcpy(port_attrs->serial_number, "N/A"); in fcoet_populate_hba_fru_details()
627 (void) strcpy(port_attrs->hardware_version, "N/A"); in fcoet_populate_hba_fru_details()
628 (void) strcpy(port_attrs->model, "FCoE Virtual FC HBA"); in fcoet_populate_hba_fru_details()
629 (void) strcpy(port_attrs->model_description, "N/A"); in fcoet_populate_hba_fru_details()
630 (void) strcpy(port_attrs->firmware_version, "N/A"); in fcoet_populate_hba_fru_details()
631 (void) strcpy(port_attrs->option_rom_version, "N/A"); in fcoet_populate_hba_fru_details()
[all …]
H A Dfcoet_fc.h54 struct fct_port_attrs *port_attrs);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c771 fca_port_attrs_t *port_attrs = &(port_info->pi_attrs); in fcoei_populate_hba_fru_details() local
775 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN, in fcoei_populate_hba_fru_details()
777 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN, in fcoei_populate_hba_fru_details()
779 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN, in fcoei_populate_hba_fru_details()
781 (void) strcpy(port_attrs->serial_number, "N/A"); in fcoei_populate_hba_fru_details()
782 (void) strcpy(port_attrs->hardware_version, "N/A"); in fcoei_populate_hba_fru_details()
783 (void) strcpy(port_attrs->model, "FCoE Virtual FC HBA"); in fcoei_populate_hba_fru_details()
784 (void) strcpy(port_attrs->model_description, "N/A"); in fcoei_populate_hba_fru_details()
785 (void) strcpy(port_attrs->firmware_version, "N/A"); in fcoei_populate_hba_fru_details()
786 (void) strcpy(port_attrs->option_rom_version, "N/A"); in fcoei_populate_hba_fru_details()
[all …]
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c963 struct fct_port_attrs *port_attrs) in qlt_populate_hba_fru_details() argument
969 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN, in qlt_populate_hba_fru_details()
971 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN, in qlt_populate_hba_fru_details()
973 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN, in qlt_populate_hba_fru_details()
975 port_attrs->serial_number[0] = '\0'; in qlt_populate_hba_fru_details()
976 port_attrs->hardware_version[0] = '\0'; in qlt_populate_hba_fru_details()
978 (void) snprintf(port_attrs->firmware_version, in qlt_populate_hba_fru_details()
986 (void) snprintf(port_attrs->option_rom_version, in qlt_populate_hba_fru_details()
992 (void) snprintf(port_attrs->option_rom_version, in qlt_populate_hba_fru_details()
995 (void) snprintf(port_attrs->option_rom_version, in qlt_populate_hba_fru_details()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h258 struct fct_local_port *port, struct fct_port_attrs *port_attrs);