Searched refs:complete_handler (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/ks7010/ | 
| D | ks7010_sdio.c | 285 			 void (*complete_handler)(struct ks_wlan_private *priv,  in enqueue_txdev() 306 	sp->complete_handler = complete_handler;  in enqueue_txdev() 314 	if (complete_handler)  in enqueue_txdev() 315 		(*complete_handler)(priv, skb);  in enqueue_txdev() 370 	if (sp->complete_handler)	/* TX Complete */  in tx_device_task() 371 		(*sp->complete_handler)(priv, sp->skb);  in tx_device_task() 379 		  void (*complete_handler)(struct ks_wlan_private *priv,  in ks_wlan_hw_tx() 399 	result = enqueue_txdev(priv, p, size, complete_handler, skb);  in ks_wlan_hw_tx() 633 		if (sp->complete_handler)	/* TX Complete */  in trx_device_exit() 634 			(*sp->complete_handler)(priv, sp->skb);  in trx_device_exit()
  | 
| D | ks_wlan.h | 386 	void (*complete_handler)(struct ks_wlan_private *priv,  member
  | 
| D | ks_hostif.h | 600 		  void (*complete_handler)(struct ks_wlan_private *priv,
  |