Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c85 #define HC_CMD_POOL_SIZE (INTG_MAX_NUM_OF_CORES) macro
134 uint32_t seqNum[HC_CMD_POOL_SIZE]; /* FIFO of seqNum to use when
137 volatile bool enqueued[HC_CMD_POOL_SIZE]; /* HC is active - frame is enqueued
139 t_HcFrame *p_Frm[HC_CMD_POOL_SIZE];
149 for (i = 0; i < HC_CMD_POOL_SIZE; i++) in FillBufPool()
165 for (i = 0; i < HC_CMD_POOL_SIZE; i++) in FillBufPool()
182 if (p_FmHc->nextSeqNumLocation == HC_CMD_POOL_SIZE) in GetBuf()
324 for (i=0; i<HC_CMD_POOL_SIZE; i++) in FmHcFree()
347 for (i=0; i<HC_CMD_POOL_SIZE; i++) in FmHcSetFramesDataMemory()