Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dhtc.c1317 if (!list_empty(&endpoint->rx_bufq)) in ath6kl_htc_rx_set_indicate()
1329 if (get_queue_depth(&endpoint->rx_bufq) in ath6kl_htc_rx_chk_water_mark()
1384 if (list_empty(&ep->rx_bufq)) { in ath6kl_htc_rx_setup()
1392 if (list_empty(&ep->rx_bufq)) in ath6kl_htc_rx_setup()
1395 packet = list_first_entry(&ep->rx_bufq, in ath6kl_htc_rx_setup()
2330 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_add_rxbuf_multiple()
2367 &endpoint->rx_bufq, list) { in ath6kl_htc_flush_rx_buf()
2557 INIT_LIST_HEAD(&endpoint->rx_bufq); in reset_ep_state()
2573 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_get_rxbuf_num()
Dhtc.h493 struct list_head rx_bufq; member