Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c96 uint8_t *orderedArray, in FmSpSetBufPoolsInAscOrderOfBufSizes() argument
116 orderedArray[i] = p_FmExtPools->extBufPool[i].id; in FmSpSetBufPoolsInAscOrderOfBufSizes()
120 if (bufSize < sizesArray[orderedArray[j]]) in FmSpSetBufPoolsInAscOrderOfBufSizes()
124 orderedArray[k] = orderedArray[k-1]; in FmSpSetBufPoolsInAscOrderOfBufSizes()
127 orderedArray[k] = p_FmExtPools->extBufPool[i].id; in FmSpSetBufPoolsInAscOrderOfBufSizes()
459 uint8_t orderedArray[FM_PORT_MAX_NUM_OF_EXT_POOLS]; in FM_VSP_Init() local
470 memset(&orderedArray, 0, sizeof(uint8_t) * FM_PORT_MAX_NUM_OF_EXT_POOLS); in FM_VSP_Init()
494 orderedArray, in FM_VSP_Init()
501 p_FmVspEntry->extBufPools.extBufPool[i].id = orderedArray[i]; in FM_VSP_Init()
502 p_FmVspEntry->extBufPools.extBufPool[i].size = sizesArray[orderedArray[i]]; in FM_VSP_Init()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h102 void FmSpSetBufPoolsInAscOrderOfBufSizes(t_FmExtPools *p_FmExtPools, uint8_t *orderedArray, …
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h228 t_FmPcdKgKeyOrder orderedArray; member
H A Dfm_kg.c1669 p_LocalExtractsArray->extractsArray[p_Scheme->orderedArray[j-1]].id)) in BuildSchemeRegs()
1671 p_Scheme->orderedArray[j] = in BuildSchemeRegs()
1672 p_Scheme->orderedArray[j-1]; in BuildSchemeRegs()
1675 p_Scheme->orderedArray[j] = (uint8_t)i; in BuildSchemeRegs()
1683 p_Scheme->orderedArray[idx]= (uint8_t)i; in BuildSchemeRegs()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c546 uint8_t orderedArray[FM_PORT_MAX_NUM_OF_EXT_POOLS]; in SetExtBufferPools() local
551 memset(&orderedArray, 0, sizeof(uint8_t) * FM_PORT_MAX_NUM_OF_EXT_POOLS); in SetExtBufferPools()
555 FmSpSetBufPoolsInAscOrderOfBufSizes(p_ExtBufPools, orderedArray, in SetExtBufferPools()
564 bpools.bpool[i].bpid = orderedArray[i]; in SetExtBufferPools()
565 bpools.bpool[i].size = sizesArray[orderedArray[i]]; in SetExtBufferPools()
572 if (orderedArray[i] in SetExtBufferPools()
583 sizesArray[orderedArray[p_ExtBufPools->numOfPoolsUsed - 1]]; in SetExtBufferPools()
585 sizesArray[orderedArray[p_ExtBufPools->numOfPoolsUsed - 2]]; in SetExtBufferPools()
597 if (i == orderedArray[j]) in SetExtBufferPools()
615 if (i == orderedArray[j]) in SetExtBufferPools()