Home
last modified time | relevance | path

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

/linux-5.19.10/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.h25 struct ieee802154_local { struct
82 struct ieee802154_local *local; argument
99 static inline struct ieee802154_local *
102 return container_of(hw, struct ieee802154_local, hw); in hw_to_local()
125 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb);
176 ieee802154_if_add(struct ieee802154_local *local, const char *name,
179 void ieee802154_remove_interfaces(struct ieee802154_local *local);
180 void ieee802154_stop_device(struct ieee802154_local *local);
Dutil.c18 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
34 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
50 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer()
51 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()
61 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
97 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_error()
111 void ieee802154_stop_device(struct ieee802154_local *local) in ieee802154_stop_device()
Dcfg.c22 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated()
44 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_suspend()
62 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_resume()
89 struct ieee802154_local *local = wpan_phy_priv(phy); in ieee802154_add_iface()
108 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_channel()
131 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_mode()
149 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_ed_level()
167 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_tx_power()
Dmain.c25 struct ieee802154_local *local = from_tasklet(local, t, tasklet); in ieee802154_tasklet_handler()
50 struct ieee802154_local *local; in ieee802154_alloc_hw()
162 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_free_hw()
186 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_register_hw()
253 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_unregister_hw()
Dtx.c27 struct ieee802154_local *local = in ieee802154_xmit_worker()
28 container_of(work, struct ieee802154_local, tx_work); in ieee802154_xmit_worker()
52 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
Drx.c191 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet()
221 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx()
249 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx()
296 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe()
Diface.c146 struct ieee802154_local *local = sdata->local; in ieee802154_setup_hw()
197 struct ieee802154_local *local = sdata->local; in mac802154_slave_open()
225 ieee802154_check_mac_settings(struct ieee802154_local *local, in ieee802154_check_mac_settings()
267 struct ieee802154_local *local = sdata->local; in ieee802154_check_concurrent_iface()
314 struct ieee802154_local *local = sdata->local; in mac802154_slave_close()
613 ieee802154_if_add(struct ieee802154_local *local, const char *name, in ieee802154_if_add()
698 void ieee802154_remove_interfaces(struct ieee802154_local *local) in ieee802154_remove_interfaces()
Dmac_cmd.c61 struct ieee802154_local *local = sdata->local; in mac802154_set_mac_params()
Dmib.c24 struct ieee802154_local *local = sdata->local; in mac802154_dev_set_page_channel()