Lines Matching refs:ieee802154_hw
84 struct ieee802154_hw { struct
219 int (*start)(struct ieee802154_hw *hw);
220 void (*stop)(struct ieee802154_hw *hw);
221 int (*xmit_sync)(struct ieee802154_hw *hw,
223 int (*xmit_async)(struct ieee802154_hw *hw,
225 int (*ed)(struct ieee802154_hw *hw, u8 *level);
226 int (*set_channel)(struct ieee802154_hw *hw, u8 page,
228 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,
231 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm);
232 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
233 int (*set_cca_mode)(struct ieee802154_hw *hw,
235 int (*set_cca_ed_level)(struct ieee802154_hw *hw, s32 mbm);
236 int (*set_csma_params)(struct ieee802154_hw *hw,
238 int (*set_frame_retries)(struct ieee802154_hw *hw,
240 int (*set_promiscuous_mode)(struct ieee802154_hw *hw,
303 struct ieee802154_hw *
315 void ieee802154_free_hw(struct ieee802154_hw *hw);
328 int ieee802154_register_hw(struct ieee802154_hw *hw);
338 void ieee802154_unregister_hw(struct ieee802154_hw *hw);
350 void ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb,
358 void ieee802154_wake_queue(struct ieee802154_hw *hw);
366 void ieee802154_stop_queue(struct ieee802154_hw *hw);
375 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,