Searched refs:srcMatchExtEntry (Results 1 – 1 of 1) sorted by relevance
154 typedef struct srcMatchExtEntry struct160 static sSrcMatchExtEntry srcMatchExtEntry[RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM]; argument174 if (checksum == srcMatchExtEntry[i].checksum && srcMatchExtEntry[i].allocated) in utilsSoftSrcMatchExtFindEntry()190 if (!srcMatchExtEntry[i].allocated) in findSrcMatchExtAvailEntry()209 srcMatchExtEntry[entry].checksum = checksum; in addToSrcMatchExtIndirect()210 srcMatchExtEntry[entry].allocated = true; in addToSrcMatchExtIndirect()215 srcMatchExtEntry[entry].allocated = false; in removeFromSrcMatchExtIndirect()216 srcMatchExtEntry[entry].checksum = 0; in removeFromSrcMatchExtIndirect()261 memset(srcMatchExtEntry, 0, sizeof(srcMatchExtEntry)); in otPlatRadioClearSrcMatchExtEntries()