Searched defs:phy (Results 1 – 9 of 9) sorted by relevance
/net/mac802154/ |
D | ieee802154_dev.c | 106 mac802154_netdev_register(struct wpan_phy *phy, struct net_device *dev) in mac802154_netdev_register() 143 mac802154_del_iface(struct wpan_phy *phy, struct net_device *dev) in mac802154_del_iface() 162 mac802154_add_iface(struct wpan_phy *phy, const char *name, int type) in mac802154_add_iface() 199 static int mac802154_set_txpower(struct wpan_phy *phy, int db) in mac802154_set_txpower() 206 static int mac802154_set_lbt(struct wpan_phy *phy, bool on) in mac802154_set_lbt() 213 static int mac802154_set_cca_mode(struct wpan_phy *phy, u8 mode) in mac802154_set_cca_mode() 220 static int mac802154_set_cca_ed_level(struct wpan_phy *phy, s32 level) in mac802154_set_cca_ed_level() 227 static int mac802154_set_csma_params(struct wpan_phy *phy, u8 min_be, in mac802154_set_csma_params() 235 static int mac802154_set_frame_retries(struct wpan_phy *phy, s8 retries) in mac802154_set_frame_retries() 245 struct wpan_phy *phy; in ieee802154_alloc_device() local
|
D | mac802154.h | 38 struct wpan_phy *phy; member
|
D | wpan.c | 153 struct wpan_phy *phy = priv->hw->phy; in mac802154_wpan_open() local
|
/net/ieee802154/ |
D | wpan-class.c | 54 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev); in channels_supported_show() local 83 struct wpan_phy *phy = container_of(d, struct wpan_phy, dev); in wpan_phy_release() local 125 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev); in wpan_phy_iter() local 130 int wpan_phy_for_each(int (*fn)(struct wpan_phy *phy, void *data), in wpan_phy_for_each() 150 struct wpan_phy *phy = kzalloc(sizeof(*phy) + priv_size, in wpan_phy_alloc() local 182 int wpan_phy_register(struct wpan_phy *phy) in wpan_phy_register() 188 void wpan_phy_unregister(struct wpan_phy *phy) in wpan_phy_unregister() 194 void wpan_phy_free(struct wpan_phy *phy) in wpan_phy_free()
|
D | nl-phy.c | 39 u32 seq, int flags, struct wpan_phy *phy) in ieee802154_nl_fill_phy() 86 struct wpan_phy *phy; in ieee802154_list_phy() local 129 static int ieee802154_dump_phy_iter(struct wpan_phy *phy, void *_data) in ieee802154_dump_phy_iter() 174 struct wpan_phy *phy; in ieee802154_add_iface() local 277 struct wpan_phy *phy; in ieee802154_del_iface() local
|
D | nl-mac.c | 269 struct wpan_phy *phy; in ieee802154_nl_fill_iface() local 639 struct wpan_phy *phy; in ieee802154_set_macparams() local
|
/net/caif/ |
D | cfcnfg.c | 136 struct cfcnfg_phyinfo *phy; in cfcnfg_get_phyinfo_rcu() local 152 struct cfcnfg_phyinfo *phy; in cfcnfg_get_phyid() local 171 struct cfcnfg_phyinfo *phy; in cfcnfg_get_id_from_ifi() local 307 struct cfcnfg_phyinfo *phy; in caif_connect_client() local
|
/net/dsa/ |
D | dsa_priv.h | 43 struct phy_device *phy; member
|
/net/openvswitch/ |
D | flow.h | 96 } __packed phy; /* Safe when right after 'tun_key'. */ member
|