Home
last modified time | relevance | path

Searched refs:htc_send (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h209 int htc_send(struct htc_target *target, struct sk_buff *skb);
H A Dhtc_hst.c307 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send() function
H A Dhtc_drv_txrx.c389 return htc_send(priv->htc, skb); in ath9k_htc_tx_start()