Home
last modified time | relevance | path

Searched refs:ieee802154_hw (Results 1 – 12 of 12) sorted by relevance

/linux/include/net/
H A Dmac802154.h75 struct ieee802154_hw { struct
206 int (*start)(struct ieee802154_hw *hw);
207 void (*stop)(struct ieee802154_hw *hw);
208 int (*xmit_sync)(struct ieee802154_hw *hw,
210 int (*xmit_async)(struct ieee802154_hw *hw,
212 int (*ed)(struct ieee802154_hw *hw, u8 *level);
213 int (*set_channel)(struct ieee802154_hw *hw, u8 page,
215 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,
218 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm);
219 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
[all …]
/linux/net/mac802154/
H A Dutil.c26 static void ieee802154_wake_queue(struct ieee802154_hw *hw) in ieee802154_wake_queue()
52 static void ieee802154_stop_queue(struct ieee802154_hw *hw) in ieee802154_stop_queue()
111 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, in ieee802154_xmit_complete()
149 void ieee802154_xmit_error(struct ieee802154_hw *hw, struct sk_buff *skb, in ieee802154_xmit_error()
162 void ieee802154_xmit_hw_error(struct ieee802154_hw *hw, struct sk_buff *skb) in ieee802154_xmit_hw_error()
H A Dmain.c46 struct ieee802154_hw *
173 void ieee802154_free_hw(struct ieee802154_hw *hw) in ieee802154_free_hw()
197 int ieee802154_register_hw(struct ieee802154_hw *hw) in ieee802154_register_hw()
275 void ieee802154_unregister_hw(struct ieee802154_hw *hw) in ieee802154_unregister_hw()
H A Dieee802154_i.h32 struct ieee802154_hw hw;
154 hw_to_local(struct ieee802154_hw *hw) in hw_to_local()
H A Drx.c516 ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb, u8 lqi) in ieee802154_rx_irqsafe()
/linux/drivers/net/ieee802154/
H A Dmcr20a.c399 struct ieee802154_hw *hw;
462 mcr20a_xmit(struct ieee802154_hw *hw, struct sk_buff *skb) in mcr20a_xmit()
484 mcr20a_ed(struct ieee802154_hw *hw, u8 *level) in mcr20a_ed()
492 mcr20a_set_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in mcr20a_set_channel()
515 mcr20a_start(struct ieee802154_hw *hw) in mcr20a_start()
549 mcr20a_stop(struct ieee802154_hw *hw) in mcr20a_stop()
564 mcr20a_set_hw_addr_filt(struct ieee802154_hw *hw, in mcr20a_set_hw_addr_filt()
616 mcr20a_set_txpower(struct ieee802154_hw *hw, s32 mbm) in mcr20a_set_txpower()
636 mcr20a_set_cca_mode(struct ieee802154_hw *hw, in mcr20a_set_cca_mode()
696 mcr20a_set_cca_ed_level(struct ieee802154_hw *hw, s32 mbm) in mcr20a_set_cca_ed_level()
[all …]
H A Dmrf24j40.c198 struct ieee802154_hw *hw;
591 static int mrf24j40_tx(struct ieee802154_hw *hw, struct sk_buff *skb) in mrf24j40_tx()
601 static int mrf24j40_ed(struct ieee802154_hw *hw, u8 *level) in mrf24j40_ed()
609 static int mrf24j40_start(struct ieee802154_hw *hw) in mrf24j40_start()
620 static void mrf24j40_stop(struct ieee802154_hw *hw) in mrf24j40_stop()
631 static int mrf24j40_set_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in mrf24j40_set_channel()
663 static int mrf24j40_filter(struct ieee802154_hw *hw, in mrf24j40_filter()
833 mrf24j40_csma_params(struct ieee802154_hw *hw, u8 min_be, u8 max_be, in mrf24j40_csma_params()
849 static int mrf24j40_set_cca_mode(struct ieee802154_hw *hw, in mrf24j40_set_cca_mode()
909 static int mrf24j40_set_cca_ed_level(struct ieee802154_hw *hw, s32 mbm) in mrf24j40_set_cca_ed_level()
[all …]
H A Dat86rf230.c81 struct ieee802154_hw *hw;
877 at86rf230_xmit(struct ieee802154_hw *hw, struct sk_buff *skb) in at86rf230_xmit()
905 at86rf230_ed(struct ieee802154_hw *hw, u8 *level) in at86rf230_ed()
913 at86rf230_start(struct ieee802154_hw *hw) in at86rf230_start()
924 at86rf230_stop(struct ieee802154_hw *hw) in at86rf230_stop()
1030 at86rf230_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in at86rf230_channel()
1045 at86rf230_set_hw_addr_filt(struct ieee802154_hw *hw, in at86rf230_set_hw_addr_filt()
1132 at86rf230_set_txpower(struct ieee802154_hw *hw, s32 mbm) in at86rf230_set_txpower()
1140 at86rf230_set_lbt(struct ieee802154_hw *hw, bool on) in at86rf230_set_lbt()
1148 at86rf230_set_cca_mode(struct ieee802154_hw *hw, in at86rf230_set_cca_mode()
[all …]
H A Dmac802154_hwsim.c72 struct ieee802154_hw *hw;
89 static int hwsim_hw_ed(struct ieee802154_hw *hw, u8 *level) in hwsim_hw_ed()
96 static int hwsim_update_pib(struct ieee802154_hw *hw, u8 page, u8 channel, in hwsim_update_pib()
123 static int hwsim_hw_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in hwsim_hw_channel()
137 static int hwsim_hw_addr_filt(struct ieee802154_hw *hw, in hwsim_hw_addr_filt()
153 static void hwsim_hw_receive(struct ieee802154_hw *hw, struct sk_buff *skb, in hwsim_hw_receive()
259 static int hwsim_hw_xmit(struct ieee802154_hw *hw, struct sk_buff *skb) in hwsim_hw_xmit()
295 static int hwsim_hw_start(struct ieee802154_hw *hw) in hwsim_hw_start()
304 static void hwsim_hw_stop(struct ieee802154_hw *hw) in hwsim_hw_stop()
312 hwsim_set_promiscuous_mode(struct ieee802154_hw *hw, const bool on) in hwsim_set_promiscuous_mode()
[all …]
H A Dadf7242.c272 struct ieee802154_hw *hw;
599 static int adf7242_set_txpower(struct ieee802154_hw *hw, int mbm) in adf7242_set_txpower()
639 static int adf7242_set_csma_params(struct ieee802154_hw *hw, u8 min_be, in adf7242_set_csma_params()
665 static int adf7242_set_frame_retries(struct ieee802154_hw *hw, s8 retries) in adf7242_set_frame_retries()
685 static int adf7242_ed(struct ieee802154_hw *hw, u8 *level) in adf7242_ed()
697 static int adf7242_start(struct ieee802154_hw *hw) in adf7242_start()
709 static void adf7242_stop(struct ieee802154_hw *hw) in adf7242_stop()
720 static int adf7242_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in adf7242_channel()
746 static int adf7242_set_hw_addr_filt(struct ieee802154_hw *hw, in adf7242_set_hw_addr_filt()
792 static int adf7242_set_promiscuous_mode(struct ieee802154_hw *hw, bool on) in adf7242_set_promiscuous_mode()
[all …]
H A Dca8210.c315 struct ieee802154_hw *hw;
607 struct ieee802154_hw *hw,
1704 struct ieee802154_hw *hw, in ca8210_async_xmit_complete()
1753 struct ieee802154_hw *hw, in ca8210_skb_rx()
1852 static int ca8210_net_rx(struct ieee802154_hw *hw, u8 *command, size_t len) in ca8210_net_rx()
1946 static int ca8210_start(struct ieee802154_hw *hw) in ca8210_start()
1995 static void ca8210_stop(struct ieee802154_hw *hw) in ca8210_stop()
2007 static int ca8210_xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb) in ca8210_xmit_async()
2028 static int ca8210_get_ed(struct ieee802154_hw *hw, u8 *level) in ca8210_get_ed()
2048 struct ieee802154_hw *hw, in ca8210_set_channel()
[all …]
H A Dcc2520.c203 struct ieee802154_hw *hw; /* IEEE-802.15.4 device */
462 static int cc2520_start(struct ieee802154_hw *hw) in cc2520_start()
467 static void cc2520_stop(struct ieee802154_hw *hw) in cc2520_stop()
473 cc2520_tx(struct ieee802154_hw *hw, struct sk_buff *skb) in cc2520_tx()
606 cc2520_ed(struct ieee802154_hw *hw, u8 *level) in cc2520_ed()
631 cc2520_set_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in cc2520_set_channel()
649 cc2520_filter(struct ieee802154_hw *hw, in cc2520_filter()
779 cc2520_set_txpower(struct ieee802154_hw *hw, s32 mbm) in cc2520_set_txpower()
790 cc2520_set_promiscuous_mode(struct ieee802154_hw *hw, bool on) in cc2520_set_promiscuous_mode()