Searched refs:htc_issue_send (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 19 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send() function 165 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0, NULL); in htc_config_pipe_credits() 200 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0, NULL); in htc_setup_complete() 271 ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0, NULL); in htc_connect_service() 292 return htc_issue_send(target, skb, skb->len, 0, epid, tx_ctl); in htc_send()
|