Lines Matching refs:entries
53 * @total_entries: number of entries - always SMP2P_MAX_ENTRY
54 * @valid_entries: number of allocated entries
56 * @entries: individual communication entries
73 } entries[SMP2P_MAX_ENTRY];
78 * @node: list entry to keep track of allocated entries
83 * @domain: irq_domain for inbound entries
116 * @valid_entries: already scanned inbound entries
124 * @inbound: list of inbound entries
125 * @outbound: list of outbound entries
169 * Handle notifications from the remote side to handle newly allocated entries
170 * or any changes to the state bits of existing entries.
200 /* Match newly created entries */
203 memcpy(buf, in->entries[i].name, sizeof(buf));
205 entry->value = &in->entries[i].value;
214 /* Ignore entries not yet allocated by the remote side */
351 memcpy(out->entries[out->valid_entries].name, buf, SMP2P_MAX_ENTRY_NAME);
354 entry->value = &out->entries[out->valid_entries].value;
529 /* Kick the outgoing edge after allocating entries */