Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmac802154.h210 int (*xmit_async)(struct ieee802154_hw *hw, member
/openbmc/linux/net/mac802154/
H A Dtx.c86 if (local->ops->xmit_async) { in ieee802154_tx()
H A Dmain.c53 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
H A Ddriver-ops.h16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
/openbmc/linux/Documentation/networking/
H A Dieee802154.rst154 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 Dfakelb.c115 .xmit_async = fakelb_hw_xmit,
H A Dmac802154_hwsim.c331 .xmit_async = hwsim_hw_xmit,
H A Datusb.c717 .xmit_async = atusb_xmit,
H A Dmcr20a.c757 .xmit_async = mcr20a_xmit,
H A Dmrf24j40.c1007 .xmit_async = mrf24j40_tx,
H A Dat86rf230.c1251 .xmit_async = at86rf230_xmit,
H A Dca8210.c2350 .xmit_async = ca8210_xmit_async,