Home
last modified time | relevance | path

Searched defs:portindex (Results 1 – 12 of 12) sorted by relevance

/titanic_51/usr/src/lib/sun_sas/common/
H A DSun_sasGetProtocolStatistics.c35 HBA_UINT32 portindex, in Sun_sasGetProtocolStatistics() argument
/titanic_51/usr/src/lib/sun_fc/common/
H A DSun_fcAdapterReturnWWN.cc37 HBA_UINT32 portindex, HBA_WWN *nwwn, in Sun_fcAdapterReturnWWN() argument
H A DSun_fcDeleteNPIVPort.cc35 HBA_STATUS Sun_fcDeleteNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcDeleteNPIVPort() argument
H A DSun_fcCreateNPIVPort.cc35 HBA_STATUS Sun_fcCreateNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcCreateNPIVPort() argument
H A DSun_fcGetNPIVPortInfo.cc35 HBA_STATUS Sun_fcGetNPIVPortInfo(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcGetNPIVPortInfo() argument
H A DSun_fcSendRPL.cc50 HBA_UINT32 portindex, in Sun_fcSendRPL() argument
H A DSun_fcAdapterCreateWWN.cc55 HBA_UINT32 portindex, HBA_WWN *nwwn, HBA_WWN *pwwn, in Sun_fcAdapterCreateWWN() argument
/titanic_51/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c608 HBA_UINT32 portindex, in Sun_HBA_GetNPIVPortInfo() argument
632 HBA_UINT32 portindex, in Sun_HBA_DeleteNPIVPort() argument
655 HBA_UINT32 portindex, in Sun_HBA_CreateNPIVPort() argument
680 HBA_UINT32 portindex, in Sun_HBA_GetPortNPIVAttributes() argument
703 HBA_UINT32 portindex, in Sun_HBA_AdapterCreateWWN() argument
729 Sun_HBA_AdapterReturnWWN(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_WWN * nwwn,HBA_WWN * pwwn) Sun_HBA_AdapterReturnWWN() argument
[all...]
H A DHBAAPILIB.c2043 HBA_GetAdapterPortAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_PORTATTRIBUTES * portattributes) HBA_GetAdapterPortAttributes() argument
2069 HBA_GetPortStatistics(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_PORTSTATISTICS * portstatistics) HBA_GetPortStatistics() argument
2095 HBA_GetDiscoveredPortAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 discoveredportindex,HBA_PORTATTRIBUTES * portattributes) HBA_GetDiscoveredPortAttributes() argument
2347 HBA_ResetStatistics(HBA_HANDLE handle,HBA_UINT32 portindex) HBA_ResetStatistics() argument
2658 HBA_SendRPL(HBA_HANDLE handle,HBA_WWN hbaPortWWN,HBA_WWN agent_wwn,HBA_UINT32 agent_domain,HBA_UINT32 portindex,void * pRspBuffer,HBA_UINT32 * pRspBufferSize) HBA_SendRPL() argument
[all...]
/titanic_51/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2359 HBA_UINT32 portindex, in HBA_GetAdapterPortAttributes() argument
2389 HBA_UINT32 portindex, in HBA_GetPortStatistics() argument
2419 HBA_UINT32 portindex, in HBA_GetDiscoveredPortAttributes() argument
2694 HBA_ResetStatistics(HBA_HANDLE handle, HBA_UINT32 portindex) { in HBA_ResetStatistics() argument
3011 HBA_UINT32 portindex, in HBA_SendRPL() argument
3648 SMHBA_GetPortType(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_PORTTYPE * porttype) SMHBA_GetPortType() argument
3673 SMHBA_GetAdapterPortAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,SMHBA_PORTATTRIBUTES * portattributes) SMHBA_GetAdapterPortAttributes() argument
3701 SMHBA_GetDiscoveredPortAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 discoveredportindex,SMHBA_PORTATTRIBUTES * portattributes) SMHBA_GetDiscoveredPortAttributes() argument
3759 SMHBA_GetFCPhyAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 phyindex,SMHBA_FC_PHY * phytype) SMHBA_GetFCPhyAttributes() argument
3786 SMHBA_GetSASPhyAttributes(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 phyindex,SMHBA_SAS_PHY * phytype) SMHBA_GetSASPhyAttributes() argument
3813 SMHBA_GetProtocolStatistics(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 protocoltype,SMHBA_PROTOCOLSTATISTICS * pProtocolStatistics) SMHBA_GetProtocolStatistics() argument
3842 SMHBA_GetPhyStatistics(HBA_HANDLE handle,HBA_UINT32 portindex,HBA_UINT32 phyindex,SMHBA_PHYSTATISTICS * pPhyStatistics) SMHBA_GetPhyStatistics() argument
[all...]
/titanic_51/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c283 printHBANPIVPortInfo(HBA_HANDLE handle, int portindex) in printHBANPIVPortInfo() argument
/titanic_51/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7583 int portlen, portindex, ret; in fp_fciocmd() local