Searched refs:ieee802154_local (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/net/mac802154/ |
| D | trace.h | 36 TP_PROTO(struct ieee802154_local *local), 48 TP_PROTO(struct ieee802154_local *local), 53 TP_PROTO(struct ieee802154_local *local, int ret), 68 TP_PROTO(struct ieee802154_local *local), 73 TP_PROTO(struct ieee802154_local *local), 78 TP_PROTO(struct ieee802154_local *local, u8 page, u8 channel), 95 TP_PROTO(struct ieee802154_local *local, 111 TP_PROTO(struct ieee802154_local *local, s32 mbm), 126 TP_PROTO(struct ieee802154_local *local, s32 power), 141 TP_PROTO(struct ieee802154_local *local, bool mode), [all …]
|
| D | driver-ops.h | 13 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async() 19 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync() 29 static inline int drv_start(struct ieee802154_local *local) in drv_start() 43 static inline void drv_stop(struct ieee802154_local *local) in drv_stop() 61 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel() 73 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm) in drv_set_tx_power() 90 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode() 108 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode() 126 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm) in drv_set_cca_ed_level() 143 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id() [all …]
|
| D | ieee802154_i.h | 32 struct ieee802154_local { struct 87 struct ieee802154_local *local; argument 104 static inline struct ieee802154_local * 107 return container_of(hw, struct ieee802154_local, hw); in hw_to_local() 130 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb); 181 ieee802154_if_add(struct ieee802154_local *local, const char *name, 184 void ieee802154_remove_interfaces(struct ieee802154_local *local); 185 void ieee802154_stop_device(struct ieee802154_local *local);
|
| D | util.c | 24 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()
|
| D | main.c | 33 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()
|
| D | cfg.c | 28 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()
|
| D | tx.c | 35 struct ieee802154_local *local = in ieee802154_xmit_worker() 36 container_of(work, struct ieee802154_local, tx_work); in ieee802154_xmit_worker() 69 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
|
| D | rx.c | 194 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet() 225 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx() 253 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx() 300 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe()
|
| D | iface.c | 155 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() 623 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()
|
| D | mac_cmd.c | 69 struct ieee802154_local *local = sdata->local; in mac802154_set_mac_params()
|
| D | mib.c | 32 struct ieee802154_local *local = sdata->local; in mac802154_dev_set_page_channel()
|