Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmac802154.h208 int (*xmit_sync)(struct ieee802154_hw *hw, member
/openbmc/linux/net/mac802154/
H A Dmain.c53 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
H A Ddriver-ops.h24 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync()
/openbmc/linux/drivers/net/ieee802154/
H A Dcc2520.c817 .xmit_sync = cc2520_tx,
H A Dadf7242.c928 .xmit_sync = adf7242_xmit,