Lines Matching refs:ieee802154_hw
66 struct ieee802154_hw { struct
204 int (*start)(struct ieee802154_hw *hw);
205 void (*stop)(struct ieee802154_hw *hw);
206 int (*xmit_sync)(struct ieee802154_hw *hw,
208 int (*xmit_async)(struct ieee802154_hw *hw,
210 int (*ed)(struct ieee802154_hw *hw, u8 *level);
211 int (*set_channel)(struct ieee802154_hw *hw, u8 page,
213 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,
216 int (*set_txpower)(struct ieee802154_hw *hw, s8 dbm);
217 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
218 int (*set_cca_mode)(struct ieee802154_hw *hw,
220 int (*set_cca_ed_level)(struct ieee802154_hw *hw,
222 int (*set_csma_params)(struct ieee802154_hw *hw,
224 int (*set_frame_retries)(struct ieee802154_hw *hw,
226 int (*set_promiscuous_mode)(struct ieee802154_hw *hw,
264 struct ieee802154_hw *
276 void ieee802154_free_hw(struct ieee802154_hw *hw);
289 int ieee802154_register_hw(struct ieee802154_hw *hw);
299 void ieee802154_unregister_hw(struct ieee802154_hw *hw);
316 void ieee802154_rx(struct ieee802154_hw *hw, struct sk_buff *skb);
328 void ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb,
336 void ieee802154_wake_queue(struct ieee802154_hw *hw);
344 void ieee802154_stop_queue(struct ieee802154_hw *hw);
353 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,