Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac802154/
Ddriver-ops.h14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async()
20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync()
27 static inline int drv_start(struct ieee802154_local *local) in drv_start()
41 static inline void drv_stop(struct ieee802154_local *local) in drv_stop()
59 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel()
71 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm) in drv_set_tx_power()
88 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode()
106 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode()
124 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm) in drv_set_cca_ed_level()
141 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id()
[all …]
Dtrace.h37 TP_PROTO(struct ieee802154_local *local),
49 TP_PROTO(struct ieee802154_local *local),
54 TP_PROTO(struct ieee802154_local *local, int ret),
69 TP_PROTO(struct ieee802154_local *local),
74 TP_PROTO(struct ieee802154_local *local),
79 TP_PROTO(struct ieee802154_local *local, u8 page, u8 channel),
96 TP_PROTO(struct ieee802154_local *local,
112 TP_PROTO(struct ieee802154_local *local, s32 mbm),
127 TP_PROTO(struct ieee802154_local *local, s32 power),
142 TP_PROTO(struct ieee802154_local *local, bool mode),
[all …]
Dieee802154_i.h33 struct ieee802154_local { struct
88 struct ieee802154_local *local; argument
105 static inline struct ieee802154_local *
108 return container_of(hw, struct ieee802154_local, hw); in hw_to_local()
131 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb);
182 ieee802154_if_add(struct ieee802154_local *local, const char *name,
185 void ieee802154_remove_interfaces(struct ieee802154_local *local);
186 void ieee802154_stop_device(struct ieee802154_local *local);
Dutil.c24 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
40 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
56 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer()
57 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()
68 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
97 void ieee802154_stop_device(struct ieee802154_local *local) in ieee802154_stop_device()
Dmain.c33 struct ieee802154_local *local = (struct ieee802154_local *)data; in ieee802154_tasklet_handler()
58 struct ieee802154_local *local; in ieee802154_alloc_hw()
128 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_free_hw()
152 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_register_hw()
217 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_unregister_hw()
Dcfg.c28 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated()
50 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_suspend()
68 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_resume()
95 struct ieee802154_local *local = wpan_phy_priv(phy); in ieee802154_add_iface()
114 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_channel()
136 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_mode()
154 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_ed_level()
172 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_tx_power()
Dtx.c35 struct ieee802154_local *local = in ieee802154_xmit_worker()
36 container_of(work, struct ieee802154_local, tx_work); in ieee802154_xmit_worker()
60 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
Drx.c199 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet()
229 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx()
257 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx()
304 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe()
Diface.c155 struct ieee802154_local *local = sdata->local; in ieee802154_setup_hw()
206 struct ieee802154_local *local = sdata->local; in mac802154_slave_open()
234 ieee802154_check_mac_settings(struct ieee802154_local *local, in ieee802154_check_mac_settings()
276 struct ieee802154_local *local = sdata->local; in ieee802154_check_concurrent_iface()
323 struct ieee802154_local *local = sdata->local; in mac802154_slave_close()
622 ieee802154_if_add(struct ieee802154_local *local, const char *name, in ieee802154_if_add()
705 void ieee802154_remove_interfaces(struct ieee802154_local *local) in ieee802154_remove_interfaces()
Dmac_cmd.c69 struct ieee802154_local *local = sdata->local; in mac802154_set_mac_params()
Dmib.c32 struct ieee802154_local *local = sdata->local; in mac802154_dev_set_page_channel()