Searched refs:xmit_async (Results 1 – 5 of 5) sorted by relevance
208 int (*xmit_async)(struct ieee802154_hw *hw, member
99 if (local->ops->xmit_async) { in ieee802154_tx()
61 if (!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
14 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
1343 .xmit_async = at86rf230_xmit,