Symbol: ieee802154_local
net/mac802154/cfg.c
108
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
135
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
153
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
171
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
22
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
283
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
308
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
322
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
389
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
44
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
62
struct ieee802154_local *local = wpan_phy_priv(wpan_phy);
net/mac802154/cfg.c
89
struct ieee802154_local *local = wpan_phy_priv(phy);
net/mac802154/driver-ops.h
115
drv_set_promiscuous_mode(struct ieee802154_local *local, bool on)
net/mac802154/driver-ops.h
132
static inline int drv_start(struct ieee802154_local *local,
net/mac802154/driver-ops.h
14
drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/driver-ops.h
20
drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/driver-ops.h
215
static inline void drv_stop(struct ieee802154_local *local)
net/mac802154/driver-ops.h
233
drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel)
net/mac802154/driver-ops.h
245
static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm)
net/mac802154/driver-ops.h
262
static inline int drv_set_cca_mode(struct ieee802154_local *local,
net/mac802154/driver-ops.h
27
static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id)
net/mac802154/driver-ops.h
280
static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode)
net/mac802154/driver-ops.h
298
drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm)
net/mac802154/driver-ops.h
316
drv_set_csma_params(struct ieee802154_local *local, u8 min_be, u8 max_be,
net/mac802154/driver-ops.h
337
drv_set_max_frame_retries(struct ieee802154_local *local, s8 max_frame_retries)
net/mac802154/driver-ops.h
49
drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr)
net/mac802154/driver-ops.h
71
drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr)
net/mac802154/driver-ops.h
93
drv_set_pan_coord(struct ieee802154_local *local, bool is_coord)
net/mac802154/ieee802154_i.h
117
struct ieee802154_local *local;
net/mac802154/ieee802154_i.h
144
static inline struct ieee802154_local *
net/mac802154/ieee802154_i.h
147
return container_of(hw, struct ieee802154_local, hw);
net/mac802154/ieee802154_i.h
186
void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb);
net/mac802154/ieee802154_i.h
188
int ieee802154_sync_and_hold_queue(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
189
int ieee802154_mlme_op_pre(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
190
int ieee802154_mlme_tx(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
193
int ieee802154_mlme_tx_locked(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
196
void ieee802154_mlme_op_post(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
197
int ieee802154_mlme_tx_one_locked(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
214
void ieee802154_hold_queue(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
223
void ieee802154_release_queue(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
235
void ieee802154_disable_queue(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
279
int mac802154_abort_scan_locked(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
281
int mac802154_process_beacon(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
286
static inline bool mac802154_is_scanning(struct ieee802154_local *local)
net/mac802154/ieee802154_i.h
294
int mac802154_stop_beacons_locked(struct ieee802154_local *local,
net/mac802154/ieee802154_i.h
297
static inline bool mac802154_is_beaconing(struct ieee802154_local *local)
net/mac802154/ieee802154_i.h
310
static inline bool mac802154_is_associating(struct ieee802154_local *local)
net/mac802154/ieee802154_i.h
328
ieee802154_if_add(struct ieee802154_local *local, const char *name,
net/mac802154/ieee802154_i.h
331
void ieee802154_remove_interfaces(struct ieee802154_local *local);
net/mac802154/ieee802154_i.h
332
void ieee802154_stop_device(struct ieee802154_local *local);
net/mac802154/iface.c
146
struct ieee802154_local *local = sdata->local;
net/mac802154/iface.c
184
struct ieee802154_local *local = sdata->local;
net/mac802154/iface.c
213
ieee802154_check_mac_settings(struct ieee802154_local *local,
net/mac802154/iface.c
256
struct ieee802154_local *local = sdata->local;
net/mac802154/iface.c
301
struct ieee802154_local *local = sdata->local;
net/mac802154/iface.c
609
ieee802154_if_add(struct ieee802154_local *local, const char *name,
net/mac802154/iface.c
700
void ieee802154_remove_interfaces(struct ieee802154_local *local)
net/mac802154/mac_cmd.c
61
struct ieee802154_local *local = sdata->local;
net/mac802154/main.c
173
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/main.c
197
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/main.c
25
struct ieee802154_local *local = from_tasklet(local, t, tasklet);
net/mac802154/main.c
275
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/main.c
50
struct ieee802154_local *local;
net/mac802154/mib.c
24
struct ieee802154_local *local = sdata->local;
net/mac802154/rx.c
335
__ieee802154_rx_handle_packet(struct ieee802154_local *local,
net/mac802154/rx.c
34
struct ieee802154_local *local =
net/mac802154/rx.c
35
container_of(work, struct ieee802154_local, rx_beacon_work);
net/mac802154/rx.c
372
ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/rx.c
400
void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/rx.c
442
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/rx.c
50
static bool mac802154_should_answer_beacon_req(struct ieee802154_local *local)
net/mac802154/rx.c
73
struct ieee802154_local *local =
net/mac802154/rx.c
74
container_of(work, struct ieee802154_local, rx_mac_cmd_work);
net/mac802154/scan.c
105
static void mac802154_flush_queued_beacons(struct ieee802154_local *local)
net/mac802154/scan.c
117
mac802154_scan_get_next_channel(struct ieee802154_local *local,
net/mac802154/scan.c
127
static int mac802154_scan_find_next_chan(struct ieee802154_local *local,
net/mac802154/scan.c
138
static int mac802154_scan_prepare_beacon_req(struct ieee802154_local *local)
net/mac802154/scan.c
153
static int mac802154_transmit_beacon_req(struct ieee802154_local *local,
net/mac802154/scan.c
176
struct ieee802154_local *local =
net/mac802154/scan.c
177
container_of(work, struct ieee802154_local, scan_work.work);
net/mac802154/scan.c
276
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
309
int mac802154_process_beacon(struct ieee802154_local *local,
net/mac802154/scan.c
346
static int mac802154_transmit_beacon(struct ieee802154_local *local,
net/mac802154/scan.c
403
struct ieee802154_local *local =
net/mac802154/scan.c
404
container_of(work, struct ieee802154_local, beacon_work.work);
net/mac802154/scan.c
44
static int mac802154_scan_cleanup_locked(struct ieee802154_local *local,
net/mac802154/scan.c
444
int mac802154_stop_beacons_locked(struct ieee802154_local *local,
net/mac802154/scan.c
470
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
522
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
615
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
649
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
710
struct ieee802154_local *local = sdata->local;
net/mac802154/scan.c
84
int mac802154_abort_scan_locked(struct ieee802154_local *local,
net/mac802154/trace.h
112
TP_PROTO(struct ieee802154_local *local, s32 mbm),
net/mac802154/trace.h
127
TP_PROTO(struct ieee802154_local *local, s32 power),
net/mac802154/trace.h
142
TP_PROTO(struct ieee802154_local *local, bool mode),
net/mac802154/trace.h
157
TP_PROTO(struct ieee802154_local *local, __le16 short_addr),
net/mac802154/trace.h
172
TP_PROTO(struct ieee802154_local *local, __le16 pan_id),
net/mac802154/trace.h
187
TP_PROTO(struct ieee802154_local *local, __le64 extended_addr),
net/mac802154/trace.h
202
TP_PROTO(struct ieee802154_local *local, bool is_coord),
net/mac802154/trace.h
217
TP_PROTO(struct ieee802154_local *local, u8 min_be, u8 max_be,
net/mac802154/trace.h
238
TP_PROTO(struct ieee802154_local *local, s8 max_frame_retries),
net/mac802154/trace.h
253
TP_PROTO(struct ieee802154_local *local, bool on),
net/mac802154/trace.h
37
TP_PROTO(struct ieee802154_local *local),
net/mac802154/trace.h
49
TP_PROTO(struct ieee802154_local *local),
net/mac802154/trace.h
54
TP_PROTO(struct ieee802154_local *local, int ret),
net/mac802154/trace.h
69
TP_PROTO(struct ieee802154_local *local),
net/mac802154/trace.h
74
TP_PROTO(struct ieee802154_local *local),
net/mac802154/trace.h
79
TP_PROTO(struct ieee802154_local *local, u8 page, u8 channel),
net/mac802154/trace.h
96
TP_PROTO(struct ieee802154_local *local,
net/mac802154/tx.c
111
static int ieee802154_sync_queue(struct ieee802154_local *local)
net/mac802154/tx.c
124
int ieee802154_sync_and_hold_queue(struct ieee802154_local *local)
net/mac802154/tx.c
135
int ieee802154_mlme_op_pre(struct ieee802154_local *local)
net/mac802154/tx.c
140
int ieee802154_mlme_tx_locked(struct ieee802154_local *local,
net/mac802154/tx.c
163
int ieee802154_mlme_tx(struct ieee802154_local *local,
net/mac802154/tx.c
176
void ieee802154_mlme_op_post(struct ieee802154_local *local)
net/mac802154/tx.c
181
int ieee802154_mlme_tx_one_locked(struct ieee802154_local *local,
net/mac802154/tx.c
194
static bool ieee802154_queue_is_stopped(struct ieee802154_local *local)
net/mac802154/tx.c
200
ieee802154_hot_tx(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/tx.c
27
struct ieee802154_local *local =
net/mac802154/tx.c
28
container_of(work, struct ieee802154_local, sync_tx_work);
net/mac802154/tx.c
54
ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb)
net/mac802154/util.c
103
struct ieee802154_local *local =
net/mac802154/util.c
104
container_of(timer, struct ieee802154_local, ifs_timer);
net/mac802154/util.c
114
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/util.c
152
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/util.c
168
void ieee802154_stop_device(struct ieee802154_local *local)
net/mac802154/util.c
28
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/util.c
54
struct ieee802154_local *local = hw_to_local(hw);
net/mac802154/util.c
67
void ieee802154_hold_queue(struct ieee802154_local *local)
net/mac802154/util.c
77
void ieee802154_release_queue(struct ieee802154_local *local)
net/mac802154/util.c
87
void ieee802154_disable_queue(struct ieee802154_local *local)