Searched refs:xmit_sync (Results 1 – 4 of 4) sorted by relevance
221 int (*xmit_sync)(struct ieee802154_hw *hw, member
61 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
26 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync()
730 .xmit_sync = cc2520_tx,