Lines Matching defs:active
1501 * Calling this function on an active interface is a nop. On a failure
1599 * This function moves an active device into down state. A
2448 bool active = false;
2459 active |= i < 0;
2462 return active;
2482 bool active = false;
2490 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset, count);
2491 if (!active)
2589 bool active = false, copy = false;
2729 active = true;
2751 active |= remove_xps_queue(dev_maps,
2760 /* free map if not active */
2761 if (!active)
4584 /* Avoid computing hash if RFS/RPS is not active for this rxqueue */
8226 * @all_slaves: assume all the slaves are active
9291 NL_SET_ERR_MSG(extack, "Can't replace active BPF XDP link");
9306 NL_SET_ERR_MSG(extack, "Can't replace active XDP program with BPF link");
9328 NL_SET_ERR_MSG(extack, "Native and generic XDP can't be active at the same time");
11573 * present) and leaves us with a valid list of present and active devices.