Home
last modified time | relevance | path

Searched defs:ieee802154_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/net/
A Dmac802154.h204 struct ieee802154_ops { struct
205 struct module *owner;
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);
215 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,
219 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
220 int (*set_cca_mode)(struct ieee802154_hw *hw,
[all …]
/linux-6.3-rc2/net/ieee802154/
A Dnetlink.c84 static const struct genl_small_ops ieee802154_ops[] = { variable

Completed in 6 milliseconds