Lines Matching refs:one

1105 	 * There must be one "%d" and no other "%" characters.
1111 /* Use one page as a bit array of possible slots */
1985 /* Run per-netns notifier block chain first, then run the global one.
1986 * Hopefully, one day, the global one is going to be removed after
2210 * start_xmit function of one device into the receive queue
2629 /* The old dev_maps could be larger or smaller than the one we're
4623 * different from current CPU (one in the rx-queue flow
4624 * table entry), switch if one of the following holds:
5309 * Return true if there one.
5680 * - Only one packet_type matches.
6123 * insure only one NAPI poll instance runs. We also make
6221 * because we will call napi->poll() one more time.
6937 /* upper master flag, there can only be one master device per list */
7914 * Adds a link to device which is upper to this one. The caller must hold
7941 * Adds a link to device which is upper to this one. In this case, only
7942 * one master upper device can be linked, although other non-master devices
7999 * Removes a link to device which is upper to this one. The caller must hold
9422 /* just one XDP mode bit should be set, zero defaults to drv/skb mode */
9424 NL_SET_ERR_MSG(extack, "Only one XDP mode flag can be set");
9430 "More than one program loaded, unset mode is ambiguous");
9769 * @ifindex: requested ifindex, pass %0 to get one allocated
11363 /* If there is an ifindex conflict assign a new one */
11437 * namespace is different from the original one.
11488 /* Append NAPI poll list from offline CPU, with one exception :
11530 * netdev_increment_features - increment feature set by one
11532 * @one: new feature set
11536 * @one to the master device with current feature set @all. Will not
11540 netdev_features_t one, netdev_features_t mask)
11546 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask;
11547 all &= one | ~NETIF_F_ALL_FOR_ALL;
11549 /* If one device supports hw checksumming, set for all. */