Lines Matching defs:first
52 * not all TX endpoints support filtering. The first 64-bit slot in a
104 * 1st modem route | 0x0001234500001100 | DMA address for first route rule
203 bool hashed, bool ipv6, u16 first, u16 count)
217 first++; /* skip over bitmap */
219 offset = mem->offset + first * sizeof(__le64);
296 u16 first;
308 first = 0;
311 first = modem_route_count;
315 ipa_table_reset_add(trans, false, false, false, first, count);
316 ipa_table_reset_add(trans, false, false, true, first, count);
319 ipa_table_reset_add(trans, false, true, false, first, count);
320 ipa_table_reset_add(trans, false, true, true, first, count);
633 ipa->filter_count = count - 1; /* Filter map in first entry */
687 * The first entry in a filter table contains a bitmap indicating which
688 * endpoints contain entries in the table. In addition to that first entry,