Home
last modified time | relevance | path

Searched refs:portType (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetInitiatorPortProperties.c114 pProps->portType = in MP_GetInitiatorPortProperties()
115 initPortInfo.portType; in MP_GetInitiatorPortProperties()
/titanic_41/usr/src/lib/libfcoe/common/
H A Dlibfcoe.h137 FCOE_UINT8 portType,
159 FCOE_UINT8 portType,
H A Dlibfcoe.c475 FCOE_UINT8 portType, in FCOE_CreatePort() argument
508 portType, in FCOE_CreatePort()
519 if (portType != FCOE_PORTTYPE_INITIATOR && in FCOE_CreatePort()
520 portType != FCOE_PORTTYPE_TARGET) { in FCOE_CreatePort()
542 param.fcp_port_type = (fcoe_cli_type_t)portType; in FCOE_CreatePort()
605 portType, in FCOE_CreatePort()
830 FCOE_UINT8 portType, in FCOE_LoadConfig() argument
848 commitRet = fcoe_cfg_scf_init(&handle, &svc, portType); in FCOE_LoadConfig()
/titanic_41/usr/src/cmd/fcinfo/
H A DprintAttrs.c53 static char *getPortType(HBA_PORTTYPE portType);
65 getPortType(HBA_PORTTYPE portType) { in getPortType() argument
66 switch (portType) { in getPortType()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_impl.h181 uint32_t portType; member
/titanic_41/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h762 MP_PORT_TRANSPORT_TYPE portType; member
/titanic_41/usr/src/cmd/mpathadm/
H A Dmpathadm.c2155 displayTransportTypeString(initProps.portType); in showIndividualInitiatorPort()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2679 init->prop.portType = mp_interconnect_type; in vhci_mpapi_create_item()