Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac802154/
Dtx.c88 if (local->ops->xmit_async) { in ieee802154_tx()
Dmain.c61 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
Ddriver-ops.h16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
/Linux-v4.19/include/net/
Dmac802154.h223 int (*xmit_async)(struct ieee802154_hw *hw, member
/Linux-v4.19/drivers/net/ieee802154/
Dfakelb.c123 .xmit_async = fakelb_hw_xmit,
Dmac802154_hwsim.c185 .xmit_async = hwsim_hw_xmit,
Datusb.c781 .xmit_async = atusb_xmit,
Dmcr20a.c766 .xmit_async = mcr20a_xmit,
Dmrf24j40.c1016 .xmit_async = mrf24j40_tx,
Dat86rf230.c1320 .xmit_async = at86rf230_xmit,
Dca8210.c2389 .xmit_async = ca8210_xmit_async,
/Linux-v4.19/Documentation/networking/
Dieee802154.txt117 int (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb);
129 - int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb):