Searched refs:srcMatchExtEntry (Results 1 – 1 of 1) sorted by relevance
155 typedef struct srcMatchExtEntry struct161 static sSrcMatchExtEntry srcMatchExtEntry[RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM]; argument175 if (checksum == srcMatchExtEntry[i].checksum && srcMatchExtEntry[i].allocated) in utilsSoftSrcMatchExtFindEntry()191 if (!srcMatchExtEntry[i].allocated) in findSrcMatchExtAvailEntry()210 srcMatchExtEntry[entry].checksum = checksum; in addToSrcMatchExtIndirect()211 srcMatchExtEntry[entry].allocated = true; in addToSrcMatchExtIndirect()216 srcMatchExtEntry[entry].allocated = false; in removeFromSrcMatchExtIndirect()217 srcMatchExtEntry[entry].checksum = 0; in removeFromSrcMatchExtIndirect()262 memset(srcMatchExtEntry, 0, sizeof(srcMatchExtEntry)); in otPlatRadioClearSrcMatchExtEntries()