Searched refs:xmit_async (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/include/net/ |
D | mac802154.h | 210 int (*xmit_async)(struct ieee802154_hw *hw, member
|
/linux-6.12.1/net/mac802154/ |
D | tx.c | 86 if (local->ops->xmit_async) { in ieee802154_tx()
|
D | main.c | 53 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-6.12.1/Documentation/networking/ |
D | ieee802154.rst | 154 int (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb); 168 .. c:function:: int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb)
|
/linux-6.12.1/drivers/net/ieee802154/ |
D | fakelb.c | 115 .xmit_async = fakelb_hw_xmit,
|
D | mac802154_hwsim.c | 331 .xmit_async = hwsim_hw_xmit,
|
D | atusb.c | 717 .xmit_async = atusb_xmit,
|
D | mcr20a.c | 756 .xmit_async = mcr20a_xmit,
|
D | mrf24j40.c | 1007 .xmit_async = mrf24j40_tx,
|
D | at86rf230.c | 1250 .xmit_async = at86rf230_xmit,
|
D | ca8210.c | 2350 .xmit_async = ca8210_xmit_async,
|