Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcCreateNPIVPort.cc36 HBA_WWN vnodeWWN, HBA_WWN vportWWN, HBA_UINT32 *vportindex) { in Sun_fcCreateNPIVPort() argument
43 *vportindex = myPort->createNPIVPort(wwnConversion(vnodeWWN.wwn), in Sun_fcCreateNPIVPort()
44 wwnConversion(vportWWN.wwn), *vportindex); in Sun_fcCreateNPIVPort()
H A DSun_fcGetNPIVPortInfo.cc36 HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) { in Sun_fcGetNPIVPortInfo() argument
42 HandleNPIVPort *myNPIVPort = myPort->getHandleNPIVPortByIndex(vportindex); in Sun_fcGetNPIVPortInfo()
H A DHandlePort.cc186 uint32_t vportindex; in createNPIVPort() local
188 vportindex = port->createNPIVPort(vnodewwn, vportwwn, vindex); in createNPIVPort()
189 return (vportindex); in createNPIVPort()
H A DFCHBAPort.cc532 uint32_t vportindex = 0; in createNPIVPort() local
545 fcio.fcio_obuf = (caddr_t)&vportindex; in createNPIVPort()
551 return (vportindex); in createNPIVPort()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c609 HBA_UINT32 vportindex, in Sun_HBA_GetNPIVPortInfo() argument
622 vportindex, attributes)); in Sun_HBA_GetNPIVPortInfo()
658 HBA_UINT32 *vportindex) in Sun_HBA_CreateNPIVPort() argument
670 portindex, vnodeWWN, vportWWN, vportindex)); in Sun_HBA_CreateNPIVPort()
H A Dhbaapi-sun.h93 HBA_UINT32 vportindex,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7624 uint32_t vportindex = 0; in fp_fciocmd() local
7645 vportindex = entrybuf.vindex; in fp_fciocmd()
7648 ww_nname, ww_pname, vportindex); in fp_fciocmd()
7655 port->fp_port_dip, ww_nname, ww_pname, &vportindex); in fp_fciocmd()
7660 if (fp_copyout((void *)&vportindex, in fp_fciocmd()
7673 "Create NPIV Port %d %d", npiv_ret, vportindex); in fp_fciocmd()