Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
1508 if (profilesFound == numOfVSPs) in FmVSPAllocForPort()
1518 if (profilesFound == numOfVSPs) in FmVSPAllocForPort()
1519 for (i = first; i<first + numOfVSPs; i++) in FmVSPAllocForPort()
1537 for (i = first; i < first + numOfVSPs; i++) in FmVSPAllocForPort()
[all …]