Searched refs:phyCount (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c86 if ( phyId >= saRoot->phyCount )
223 if ( (phyId & 0xF) >= saRoot->phyCount )
335 if ( phyId >= saRoot->phyCount )
537 if ( phyId >= saRoot->phyCount )
687 if ( phyId >= saRoot->phyCount )
868 if ( phyId >= saRoot->phyCount )
H A Dsatypes.h227 bit8 phyCount; /**< number of phys */ member in struct:agsaLLRoot_s
H A Dsainit.c857 saRoot->phyCount = (bit8) hwConfig->phyCount;
859 for ( i = 0; i < saRoot->phyCount; i ++ )
870 saRoot->portCount = saRoot->phyCount;
886 for ( j = 0; j < saRoot->phyCount; j ++ )
3363 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19);
3408 SA_DBG1(("mpiWaitForConfigTable: Phy Count = 0x%x\n", saRoot->ControllerInfo.phyCount));
3943 saRoot->phyCount = (bit8) hwConfig->phyCount;
3945 for ( i = 0; i < saRoot->phyCount;
[all...]
H A Dsaioctlcmd.c923 controllerInfo->phyCount = (bit8)((ContrlCapFlag & MAIN_PHY_COUNT_MASK) >> SHIFT19);
946 SA_DBG1(("saGetControllerInfo: phyCount 0x%X\n", controllerInfo->phyCount));
H A Dsampirsp.c1263 if (portId > saRoot->phyCount)
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h273 bit32 phyCount; member in struct:tdsaContext_s
H A Dtdmisc.c2683 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount));
H A Dtdport.c2625 HwConfig->phyCount = TD_MAX_NUM_PHYS;
4693 bit32 phyCount = tdsaAllShared->phyCount; local
4723 regCount = phyCount / 4;
H A Dtdioctl.c748 for( i = 0; i < saRoot->phyCount ; i++)
2869 PhyData->Reserved1 = ControllerInfo.phyCount;
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2061 bit8 phyCount; /* number of phy available in the controller */ member in struct:agsaControllerInfo_s
2302 bit32 phyCount; /**< Number of PHYs that are to be configured member in struct:agsaHwConfig_s

Completed in 280 milliseconds