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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1362 fc_hba_port_attributes32_t *port_attrs; local
1373 port_attrs =
1376 port_attrs->version = FC_HBA_PORT_ATTRIBUTES_VERSION;
1377 port_attrs->lastChange = 0;
1378 port_attrs->fp_minor = 0;
1380 (caddr_t)&port_attrs->NodeWWN, 8);
1382 (caddr_t)&port_attrs->PortWWN, 8);
1386 /* port_attrs->PortFcId */
1387 /* port_attrs->PortType */
1388 /* port_attrs
1508 fc_hba_port_attributes_t *port_attrs; local
2152 fc_hba_port_attributes32_t *port_attrs; local
2284 fc_hba_port_attributes_t *port_attrs; local
2439 fc_hba_port_attributes32_t *port_attrs; local
2578 fc_hba_port_attributes_t *port_attrs; local
[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
1367 emlxs_fct_populate_hba_details(fct_local_port_t *fct_port, fct_port_attrs_t *port_attrs) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.h54 struct fct_port_attrs *port_attrs);
H A Dfcoet_fc.c618 struct fct_port_attrs *port_attrs)
620 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN,
622 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN,
624 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN,
626 (void) strcpy(port_attrs->serial_number, "N/A");
627 (void) strcpy(port_attrs->hardware_version, "N/A");
628 (void) strcpy(port_attrs->model, "FCoE Virtual FC HBA");
629 (void) strcpy(port_attrs->model_description, "N/A");
630 (void) strcpy(port_attrs->firmware_version, "N/A");
631 (void) strcpy(port_attrs
617 fcoet_populate_hba_fru_details(struct fct_local_port *port, struct fct_port_attrs *port_attrs) argument
[all...]
/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); local
775 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN,
777 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN,
779 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN,
781 (void) strcpy(port_attrs->serial_number, "N/A");
782 (void) strcpy(port_attrs->hardware_version, "N/A");
783 (void) strcpy(port_attrs->model, "FCoE Virtual FC HBA");
784 (void) strcpy(port_attrs->model_description, "N/A");
785 (void) strcpy(port_attrs->firmware_version, "N/A");
786 (void) strcpy(port_attrs
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h258 struct fct_local_port *port, struct fct_port_attrs *port_attrs);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c963 struct fct_port_attrs *port_attrs)
969 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN,
971 (void) snprintf(port_attrs->driver_name, FCHBA_DRIVER_NAME_LEN,
973 (void) snprintf(port_attrs->driver_version, FCHBA_DRIVER_VERSION_LEN,
975 port_attrs->serial_number[0] = '\0';
976 port_attrs->hardware_version[0] = '\0';
978 (void) snprintf(port_attrs->firmware_version,
986 (void) snprintf(port_attrs->option_rom_version,
992 (void) snprintf(port_attrs->option_rom_version,
995 (void) snprintf(port_attrs
962 qlt_populate_hba_fru_details(struct fct_local_port *port, struct fct_port_attrs *port_attrs) argument
[all...]

Completed in 332 milliseconds