Searched refs:xmit_async (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/mac802154/ | 
| D | tx.c | 80 	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-v5.4/include/net/ | 
| D | mac802154.h | 214 	int		(*xmit_async)(struct ieee802154_hw *hw,  member
  | 
| /Linux-v5.4/drivers/net/ieee802154/ | 
| D | fakelb.c | 115 	.xmit_async = fakelb_hw_xmit,
  | 
| D | mac802154_hwsim.c | 169 	.xmit_async = hwsim_hw_xmit,
  | 
| D | mcr20a.c | 757 	.xmit_async		= mcr20a_xmit,
  | 
| D | atusb.c | 778 	.xmit_async		= atusb_xmit,
  | 
| D | mrf24j40.c | 1007 	.xmit_async = mrf24j40_tx,
  | 
| D | at86rf230.c | 1312 	.xmit_async = at86rf230_xmit,
  | 
| D | ca8210.c | 2390 	.xmit_async = ca8210_xmit_async,
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | ieee802154.rst | 152         int     (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb); 166 .. c:function:: int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb):
  |