Lines Matching refs:ieee802154_local

12 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb)  in drv_xmit_async()
18 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync()
28 static inline int drv_start(struct ieee802154_local *local) in drv_start()
38 static inline void drv_stop(struct ieee802154_local *local) in drv_stop()
54 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel()
61 static inline int drv_set_tx_power(struct ieee802154_local *local, s8 dbm) in drv_set_tx_power()
73 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode()
86 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode()
99 drv_set_cca_ed_level(struct ieee802154_local *local, s32 ed_level) in drv_set_cca_ed_level()
111 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id()
129 drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr) in drv_set_extended_addr()
147 drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr) in drv_set_short_addr()
165 drv_set_pan_coord(struct ieee802154_local *local, bool is_coord) in drv_set_pan_coord()
183 drv_set_csma_params(struct ieee802154_local *local, u8 min_be, u8 max_be, in drv_set_csma_params()
198 drv_set_max_frame_retries(struct ieee802154_local *local, s8 max_frame_retries) in drv_set_max_frame_retries()
211 drv_set_promiscuous_mode(struct ieee802154_local *local, bool on) in drv_set_promiscuous_mode()