Searched defs:channels (Results 1 - 4 of 4) sorted by relevance

/net/ieee802154/
H A Dnl-mac.c500 u32 channels; local
516 channels = nla_get_u32(info->attrs[IEEE802154_ATTR_CHANNELS]);
525 ret = ieee802154_mlme_ops(dev)->scan_req(dev, type, channels, page,
/net/mac80211/
H A Dmain.c668 int channels, max_bitrates; local
739 channels = 0;
752 &sband->channels[0],
762 channels += sband->n_channels;
778 sizeof(void *) * channels, GFP_KERNEL);
/net/core/
H A Dethtool.c963 struct ethtool_channels channels = { .cmd = ETHTOOL_GCHANNELS }; local
968 dev->ethtool_ops->get_channels(dev, &channels);
970 if (copy_to_user(useraddr, &channels, sizeof(channels)))
978 struct ethtool_channels channels; local
983 if (copy_from_user(&channels, useraddr, sizeof(channels)))
986 return dev->ethtool_ops->set_channels(dev, &channels);
/net/rxrpc/
H A Dar-internal.h249 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */ member in struct:rxrpc_connection

Completed in 551 milliseconds