Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1463 uint8_t numOfVSPs) in FmVSPAllocForPort() argument
1474 if (!numOfVSPs) in FmVSPAllocForPort()
1477 if (numOfVSPs > FM_VSP_MAX_NUM_OF_ENTRIES) in FmVSPAllocForPort()
1480 if (!POWER_OF_2(numOfVSPs)) in FmVSPAllocForPort()
1483 LOG2((uint64_t)numOfVSPs, log2Num); in FmVSPAllocForPort()
1495 first = first + numOfVSPs; in FmVSPAllocForPort()
1497 if ((first + numOfVSPs) > (p_Fm->partVSPBase + p_Fm->partNumOfVSPs)) in FmVSPAllocForPort()
1508 if (profilesFound == numOfVSPs) in FmVSPAllocForPort()
1515 first = i = (uint8_t)(first + numOfVSPs); in FmVSPAllocForPort()
1518 if (profilesFound == numOfVSPs) in FmVSPAllocForPort()
[all …]