Lines Matching defs:active
1561 * Calling this function on an active interface is a nop. On a failure
1659 * This function moves an active device into down state. A
2483 bool active = false;
2494 active |= i < 0;
2497 return active;
2518 bool active = false;
2523 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset,
2525 if (!active)
2628 bool active = false;
2766 active = true;
2783 active |= remove_xps_queue(dev_maps, tci, index);
2786 active |= remove_xps_queue(dev_maps, tci, index);
2788 active |= remove_xps_queue(dev_maps, tci, index);
2791 /* free map if not active */
2792 if (!active)
4378 /* Avoid computing hash if RFS/RPS is not active for this rxqueue */
8133 * @all_slaves: assume all the slaves are active
9187 NL_SET_ERR_MSG(extack, "Can't replace active BPF XDP link");
9194 NL_SET_ERR_MSG(extack, "Can't replace active XDP program with BPF link");
9216 NL_SET_ERR_MSG(extack, "Native and generic XDP can't be active at the same time");
11263 * present) and leaves us with a valid list of present and active devices.