Home
last modified time | relevance | path

Searched refs:ieee802154_local (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/mac802154/
Ddriver-ops.h12 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async()
18 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync()
28 static inline int drv_start(struct ieee802154_local *local) in drv_start()
38 static inline void drv_stop(struct ieee802154_local *local) in drv_stop()
54 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel()
61 static inline int drv_set_tx_power(struct ieee802154_local *local, s8 dbm) in drv_set_tx_power()
73 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode()
86 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode()
99 drv_set_cca_ed_level(struct ieee802154_local *local, s32 ed_level) in drv_set_cca_ed_level()
111 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id()
[all …]
Dcfg.c28 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated()
52 struct ieee802154_local *local = wpan_phy_priv(phy); in ieee802154_add_iface()
71 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_channel()
93 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_mode()
134 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_backoff_exponent()
176 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_max_csma_backoffs()
192 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_max_frame_retries()
207 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_lbt_mode()
Dutil.c23 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
39 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
55 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer()
56 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()
67 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
Dieee802154_i.h32 struct ieee802154_local { struct
83 struct ieee802154_local *local; argument
106 static inline struct ieee802154_local *
109 return container_of(hw, struct ieee802154_local, hw); in hw_to_local()
184 ieee802154_if_add(struct ieee802154_local *local, const char *name,
187 void ieee802154_remove_interfaces(struct ieee802154_local *local);
Dmain.c33 struct ieee802154_local *local = (struct ieee802154_local *)data; in ieee802154_tasklet_handler()
58 struct ieee802154_local *local; in ieee802154_alloc_hw()
116 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_free_hw()
140 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_register_hw()
188 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_unregister_hw()
Dtx.c39 struct ieee802154_local *local;
48 struct ieee802154_local *local = cb->local; in ieee802154_xmit_worker()
81 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
Drx.c195 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet()
224 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx()
254 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx()
295 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe()
Diface.c140 struct ieee802154_local *local = sdata->local; in mac802154_slave_open()
165 ieee802154_check_mac_settings(struct ieee802154_local *local, in ieee802154_check_mac_settings()
207 struct ieee802154_local *local = sdata->local; in ieee802154_check_concurrent_iface()
242 struct ieee802154_local *local = sdata->local; in mac802154_wpan_open()
308 struct ieee802154_local *local = sdata->local; in mac802154_slave_close()
524 ieee802154_if_add(struct ieee802154_local *local, const char *name, in ieee802154_if_add()
605 void ieee802154_remove_interfaces(struct ieee802154_local *local) in ieee802154_remove_interfaces()
Dmac_cmd.c76 struct ieee802154_local *local = sdata->local; in mac802154_set_mac_params()
Dmib.c91 struct ieee802154_local *local = sdata->local; in mac802154_dev_set_page_channel()