Searched refs:ieee802154_xmit_complete (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | util.c | 111 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, in ieee802154_xmit_complete() function 147 EXPORT_SYMBOL(ieee802154_xmit_complete);
|
H A D | tx.c | 40 ieee802154_xmit_complete(&local->hw, skb, false); in ieee802154_xmit_sync_worker()
|
/openbmc/linux/include/net/ |
H A D | mac802154.h | 467 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | fakelb.c | 81 ieee802154_xmit_complete(hw, skb, false); in fakelb_hw_xmit()
|
H A D | mac802154_hwsim.c | 288 ieee802154_xmit_complete(hw, skb, false); in hwsim_hw_xmit()
|
H A D | atusb.c | 203 ieee802154_xmit_complete(atusb->hw, atusb->tx_skb, false); in atusb_tx_done()
|
H A D | mcr20a.c | 853 ieee802154_xmit_complete(lp->hw, lp->tx_skb, false); in mcr20a_handle_tx_complete()
|
H A D | mrf24j40.c | 1034 ieee802154_xmit_complete(devrec->hw, devrec->tx_skb, false); in mrf24j40_intstat_complete()
|
H A D | at86rf230.c | 645 ieee802154_xmit_complete(lp->hw, lp->tx_skb, false); in at86rf230_tx_complete()
|
H A D | ca8210.c | 1736 ieee802154_xmit_complete(priv->hw, priv->tx_skb, true); in ca8210_async_xmit_complete()
|
/openbmc/linux/Documentation/networking/ |
H A D | ieee802154.rst | 141 .. c:function:: void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, bool i…
|