Lines Matching refs:local

117 	struct ieee802154_local *local;
186 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb);
188 int ieee802154_sync_and_hold_queue(struct ieee802154_local *local);
189 int ieee802154_mlme_op_pre(struct ieee802154_local *local);
190 int ieee802154_mlme_tx(struct ieee802154_local *local,
193 int ieee802154_mlme_tx_locked(struct ieee802154_local *local,
196 void ieee802154_mlme_op_post(struct ieee802154_local *local);
197 int ieee802154_mlme_tx_one(struct ieee802154_local *local,
200 int ieee802154_mlme_tx_one_locked(struct ieee802154_local *local,
211 * @local: main mac object
217 void ieee802154_hold_queue(struct ieee802154_local *local);
221 * @local: main mac object
226 void ieee802154_release_queue(struct ieee802154_local *local);
230 * @local: main mac object
238 void ieee802154_disable_queue(struct ieee802154_local *local);
282 int mac802154_abort_scan_locked(struct ieee802154_local *local,
284 int mac802154_process_beacon(struct ieee802154_local *local,
289 static inline bool mac802154_is_scanning(struct ieee802154_local *local)
291 return test_bit(IEEE802154_IS_SCANNING, &local->ongoing);
297 int mac802154_stop_beacons_locked(struct ieee802154_local *local,
300 static inline bool mac802154_is_beaconing(struct ieee802154_local *local)
302 return test_bit(IEEE802154_IS_BEACONING, &local->ongoing);
313 static inline bool mac802154_is_associating(struct ieee802154_local *local)
315 return test_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing);
331 ieee802154_if_add(struct ieee802154_local *local, const char *name,
334 void ieee802154_remove_interfaces(struct ieee802154_local *local);
335 void ieee802154_stop_device(struct ieee802154_local *local);