Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send() function
176 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_config_pipe_credits()
211 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_setup_complete()
286 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); in htc_connect_service()
309 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
315 return htc_issue_send(target, skb, skb->len, 0, epid); in htc_send_epid()