Searched refs:srcMatchShortEntry (Results 1 – 1 of 1) sorted by relevance
52 typedef struct srcMatchShortEntry struct58 static sSrcMatchShortEntry srcMatchShortEntry[RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM]; argument67 if (checksum == srcMatchShortEntry[i].checksum && srcMatchShortEntry[i].allocated) in utilsSoftSrcMatchShortFindEntry()83 if (!srcMatchShortEntry[i].allocated) in findSrcMatchShortAvailEntry()97 srcMatchShortEntry[entry].checksum = checksum; in addToSrcMatchShortIndirect()98 srcMatchShortEntry[entry].allocated = true; in addToSrcMatchShortIndirect()103 srcMatchShortEntry[entry].allocated = false; in removeFromSrcMatchShortIndirect()104 srcMatchShortEntry[entry].checksum = 0; in removeFromSrcMatchShortIndirect()149 memset(srcMatchShortEntry, 0, sizeof(srcMatchShortEntry)); in otPlatRadioClearSrcMatchShortEntries()