Lines Matching refs:ieee802154_local
14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb)
20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb)
27 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id)
49 drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr)
71 drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr)
93 drv_set_pan_coord(struct ieee802154_local *local, bool is_coord)
115 drv_set_promiscuous_mode(struct ieee802154_local *local, bool on)
132 static inline int drv_start(struct ieee802154_local *local,
215 static inline void drv_stop(struct ieee802154_local *local)
233 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel)
245 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm)
262 static inline int drv_set_cca_mode(struct ieee802154_local *local,
280 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode)
298 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm)
316 drv_set_csma_params(struct ieee802154_local *local, u8 min_be, u8 max_be,
337 drv_set_max_frame_retries(struct ieee802154_local *local, s8 max_frame_retries)