Home
last modified time | relevance | path

Searched refs:xmit_sync (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/net/
Dmac802154.h206 int (*xmit_sync)(struct ieee802154_hw *hw, member
/linux-4.1.27/net/mac802154/
Dmain.c61 if (!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
Ddriver-ops.h25 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync()
/linux-4.1.27/drivers/net/ieee802154/
Dfakelb.c127 .xmit_sync = fakelb_hw_xmit,
Dmrf24j40.c583 .xmit_sync = mrf24j40_tx,
Dcc2520.c635 .xmit_sync = cc2520_tx,