[go: nahoru, domu]

Searched refs:rx_bufq (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c1114 if (list_empty(&ep->rx_bufq))
1117 packet = list_first_entry(&ep->rx_bufq,
1195 INIT_LIST_HEAD(&ep->rx_bufq);
1545 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq));
1660 list_splice_tail_init(pkt_queue, &ep->rx_bufq);
1695 &endpoint->rx_bufq, list) {
H A Dhtc_mbox.c1345 if (!list_empty(&endpoint->rx_bufq))
1357 if (get_queue_depth(&endpoint->rx_bufq)
1413 if (list_empty(&ep->rx_bufq)) {
1421 if (list_empty(&ep->rx_bufq)) {
1424 packet = list_first_entry(&ep->rx_bufq,
2360 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq);
2397 &endpoint->rx_bufq, list) {
2405 * packets in rx_bufq of endpoint 0 have originally
2409 * rx_bufq, it is allocated as skb where packet is
2588 INIT_LIST_HEAD(&endpoint->rx_bufq);
[all...]
H A Dhtc.h512 struct list_head rx_bufq; member in struct:htc_endpoint
592 /* FIXME: does this protext rx_bufq and endpoint structures or what? */

Completed in 59 milliseconds