Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac802154/
Dtx.c84 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.h15 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
/linux-4.4.14/include/net/
Dmac802154.h223 int (*xmit_async)(struct ieee802154_hw *hw, member
/linux-4.4.14/drivers/net/ieee802154/
Dfakelb.c117 .xmit_async = fakelb_hw_xmit,
Datusb.c505 .xmit_async = atusb_xmit,
Dmrf24j40.c1007 .xmit_async = mrf24j40_tx,
Dat86rf230.c1312 .xmit_async = at86rf230_xmit,