Searched refs:xmit_async (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/net/ |
H A D | mac802154.h | 210 int (*xmit_async)(struct ieee802154_hw *hw, member
|
/openbmc/linux/net/mac802154/ |
H A D | tx.c | 86 if (local->ops->xmit_async) { in ieee802154_tx()
|
H A D | main.c | 53 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
|
H A D | driver-ops.h | 16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
|
/openbmc/linux/Documentation/networking/ |
H A D | ieee802154.rst | 154 int (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb); 168 .. c:function:: int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb)
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | fakelb.c | 115 .xmit_async = fakelb_hw_xmit,
|
H A D | mac802154_hwsim.c | 331 .xmit_async = hwsim_hw_xmit,
|
H A D | atusb.c | 717 .xmit_async = atusb_xmit,
|
H A D | mcr20a.c | 757 .xmit_async = mcr20a_xmit,
|
H A D | mrf24j40.c | 1007 .xmit_async = mrf24j40_tx,
|
H A D | at86rf230.c | 1251 .xmit_async = at86rf230_xmit,
|
H A D | ca8210.c | 2350 .xmit_async = ca8210_xmit_async,
|