Lines Matching defs:new
18 /* This is the percentage fill level below which new RX descriptors
445 /* efx_fast_push_rx_descriptors - push new RX descriptors quickly
565 struct efx_rss_context *ctx, *new;
582 /* Create the new entry */
583 new = kmalloc(sizeof(*new), GFP_KERNEL);
584 if (!new)
586 new->context_id = EFX_MCDI_RSS_CONTEXT_INVALID;
587 new->rx_hash_udp_4tuple = false;
589 /* Insert the new entry into the gap */
590 new->user_id = id;
591 list_add_tail(&new->list, &ctx->list);
592 return new;
739 bool *new)
751 *new = false;
756 *new = true;
951 bool new;
1007 rule = efx_rps_hash_add(efx, &req->spec, &new);
1012 if (new)
1016 if (!new && rule->rxq_index == rxq_index &&