Lines Matching refs:one

1086 		 * the user.  There must be either one "%d" and no other "%"
1092 /* Use one page as a bit array of possible slots */
1988 /* Run per-netns notifier block chain first, then run the global one.
1989 * Hopefully, one day, the global one is going to be removed after
2208 * start_xmit function of one device into the receive queue
2627 /* The old dev_maps could be larger or smaller than the one we're
4619 * different from current CPU (one in the rx-queue flow
4620 * table entry), switch if one of the following holds:
5241 * Return true if there one.
5611 * - Only one packet_type matches.
6050 * insure only one NAPI poll instance runs. We also make
6148 * because we will call napi->poll() one more time.
6793 /* upper master flag, there can only be one master device per list */
7770 * Adds a link to device which is upper to this one. The caller must hold
7797 * Adds a link to device which is upper to this one. In this case, only
7798 * one master upper device can be linked, although other non-master devices
7855 * Removes a link to device which is upper to this one. The caller must hold
9271 /* just one XDP mode bit should be set, zero defaults to drv/skb mode */
9273 NL_SET_ERR_MSG(extack, "Only one XDP mode flag can be set");
9279 "More than one program loaded, unset mode is ambiguous");
9618 * @ifindex: requested ifindex, pass %0 to get one allocated
11171 /* If there is an ifindex conflict assign a new one */
11239 * namespace is different from the original one.
11290 /* Append NAPI poll list from offline CPU, with one exception :
11330 * netdev_increment_features - increment feature set by one
11332 * @one: new feature set
11336 * @one to the master device with current feature set @all. Will not
11340 netdev_features_t one, netdev_features_t mask)
11346 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask;
11347 all &= one | ~NETIF_F_ALL_FOR_ALL;
11349 /* If one device supports hw checksumming, set for all. */