Searched refs:xmit_async (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/net/mac802154/ |
D | tx.c | 88 if (local->ops->xmit_async) { in ieee802154_tx()
|
D | main.c | 61 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed || in ieee802154_alloc_hw()
|
D | driver-ops.h | 16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
|
/Linux-v4.19/include/net/ |
D | mac802154.h | 223 int (*xmit_async)(struct ieee802154_hw *hw, member
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | fakelb.c | 123 .xmit_async = fakelb_hw_xmit,
|
D | mac802154_hwsim.c | 185 .xmit_async = hwsim_hw_xmit,
|
D | atusb.c | 781 .xmit_async = atusb_xmit,
|
D | mcr20a.c | 766 .xmit_async = mcr20a_xmit,
|
D | mrf24j40.c | 1016 .xmit_async = mrf24j40_tx,
|
D | at86rf230.c | 1320 .xmit_async = at86rf230_xmit,
|
D | ca8210.c | 2389 .xmit_async = ca8210_xmit_async,
|
/Linux-v4.19/Documentation/networking/ |
D | ieee802154.txt | 117 int (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb); 129 - int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb):
|