Home
last modified time | relevance | path

Searched refs:portindex (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi-sun.h92 HBA_UINT32 portindex,
98 HBA_UINT32 portindex,
103 HBA_UINT32 portindex,
110 HBA_UINT32 portindex,
116 HBA_UINT32 portindex,
125 HBA_UINT32 portindex,
H A DHBAAPILIB-sun.c608 HBA_UINT32 portindex, in Sun_HBA_GetNPIVPortInfo() argument
621 status = ((GetNPIVPortInfoFunc)(vendorHandle, portindex, in Sun_HBA_GetNPIVPortInfo()
632 HBA_UINT32 portindex, in Sun_HBA_DeleteNPIVPort() argument
645 portindex, vportWWN)); in Sun_HBA_DeleteNPIVPort()
655 HBA_UINT32 portindex, in Sun_HBA_CreateNPIVPort() argument
670 portindex, vnodeWWN, vportWWN, vportindex)); in Sun_HBA_CreateNPIVPort()
680 HBA_UINT32 portindex, in Sun_HBA_GetPortNPIVAttributes() argument
693 vendorHandle, portindex, portnpivattributes)); in Sun_HBA_GetPortNPIVAttributes()
703 HBA_UINT32 portindex, in Sun_HBA_AdapterCreateWWN() argument
719 portindex, nwwn, pwwn, OUI, method)); in Sun_HBA_AdapterCreateWWN()
[all …]
H A Dhbaapi.h574 HBA_UINT32 portindex,
580 HBA_UINT32 portindex,
586 HBA_UINT32 portindex,
665 HBA_UINT32 portindex,
719 HBA_UINT32 portindex
H A DHBAAPILIB.c2044 HBA_UINT32 portindex, in HBA_GetAdapterPortAttributes() argument
2060 (vendorHandle, portindex, portattributes)); in HBA_GetAdapterPortAttributes()
2070 HBA_UINT32 portindex, in HBA_GetPortStatistics() argument
2086 (vendorHandle, portindex, portstatistics)); in HBA_GetPortStatistics()
2096 HBA_UINT32 portindex, in HBA_GetDiscoveredPortAttributes() argument
2113 (vendorHandle, portindex, discoveredportindex, in HBA_GetDiscoveredPortAttributes()
2348 HBA_ResetStatistics (HBA_HANDLE handle, HBA_UINT32 portindex) { in HBA_ResetStatistics() argument
2361 ((ResetStatisticsFunc)(vendorHandle, portindex)); in HBA_ResetStatistics()
2659 HBA_UINT32 portindex, in HBA_SendRPL() argument
2675 vendorHandle, hbaPortWWN, agent_wwn, agent_domain, portindex, in HBA_SendRPL()
/illumos-gate/usr/src/lib/smhba/common/
H A Dsmhbaapi.h400 HBA_UINT32 portindex,
406 HBA_UINT32 portindex,
412 HBA_UINT32 portindex,
433 HBA_UINT32 portindex,
440 HBA_UINT32 portindex,
447 HBA_UINT32 portindex,
454 HBA_UINT32 portindex,
H A DSMHBAAPILIB.c2361 HBA_UINT32 portindex, in HBA_GetAdapterPortAttributes() argument
2381 (vendorHandle, portindex, portattributes)); in HBA_GetAdapterPortAttributes()
2391 HBA_UINT32 portindex, in HBA_GetPortStatistics() argument
2411 (vendorHandle, portindex, portstatistics)); in HBA_GetPortStatistics()
2421 HBA_UINT32 portindex, in HBA_GetDiscoveredPortAttributes() argument
2442 (vendorHandle, portindex, discoveredportindex, in HBA_GetDiscoveredPortAttributes()
2696 HBA_ResetStatistics(HBA_HANDLE handle, HBA_UINT32 portindex) { in HBA_ResetStatistics() argument
2714 ((ResetStatisticsFunc)(vendorHandle, portindex)); in HBA_ResetStatistics()
3013 HBA_UINT32 portindex, in HBA_SendRPL() argument
3029 vendorHandle, hbaPortWWN, agent_wwn, agent_domain, portindex, in HBA_SendRPL()
[all …]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcDeleteNPIVPort.cc35 HBA_STATUS Sun_fcDeleteNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcDeleteNPIVPort() argument
42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort()
H A DSun_fcGetNPIVPortInfo.cc35 HBA_STATUS Sun_fcGetNPIVPortInfo(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcGetNPIVPortInfo() argument
41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc35 HBA_STATUS Sun_fcCreateNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, in Sun_fcCreateNPIVPort() argument
42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort()
H A DSun_fcSendRPL.cc50 HBA_UINT32 portindex, in Sun_fcSendRPL() argument
60 portindex, pRspBuffer, pRspBufferSize); in Sun_fcSendRPL()
H A DSun_fcAdapterReturnWWN.cc37 HBA_UINT32 portindex, HBA_WWN *nwwn, in Sun_fcAdapterReturnWWN() argument
H A DSun_fcAdapterCreateWWN.cc55 HBA_UINT32 portindex, HBA_WWN *nwwn, HBA_WWN *pwwn, in Sun_fcAdapterCreateWWN() argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h577 HBA_UINT32 portindex,
583 HBA_UINT32 portindex,
589 HBA_UINT32 portindex,
668 HBA_UINT32 portindex,
722 HBA_UINT32 portindex
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetProtocolStatistics.c35 HBA_UINT32 portindex, in Sun_sasGetProtocolStatistics() argument
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c283 printHBANPIVPortInfo(HBA_HANDLE handle, int portindex) in printHBANPIVPortInfo() argument
291 status = Sun_HBA_GetPortNPIVAttributes(handle, portindex, &portattrs); in printHBANPIVPortInfo()
296 handle, portindex, &portattrs); in printHBANPIVPortInfo()
310 "npiv attributes reason: "), portindex); in printHBANPIVPortInfo()
326 portindex, index, &npivattrs); in printHBANPIVPortInfo()
331 portindex, index, &npivattrs); in printHBANPIVPortInfo()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c167 int portindex, PSMHBA_PORTATTRIBUTES port,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7584 int portlen, portindex, ret; in fp_fciocmd() local
7586 portlen = sizeof (portindex); in fp_fciocmd()
7590 (caddr_t)&portindex, &portlen); in fp_fciocmd()
7613 "Delete NPIV Port %d", portindex); in fp_fciocmd()
7614 port->fp_npiv_portindex[portindex-1] = 0; in fp_fciocmd()