Searched refs:rx_bufq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 1104 if (list_empty(&ep->rx_bufq)) in htc_flush_rx_queue() 1107 packet = list_first_entry(&ep->rx_bufq, in htc_flush_rx_queue() 1185 INIT_LIST_HEAD(&ep->rx_bufq); in reset_endpoint_states() 1533 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num() 1648 list_splice_tail_init(pkt_queue, &ep->rx_bufq); in ath6kl_htc_pipe_add_rxbuf_multiple() 1683 &endpoint->rx_bufq, list) { in ath6kl_htc_pipe_flush_rx_buf()
|
H A D | htc_mbox.c | 1343 if (!list_empty(&endpoint->rx_bufq)) in ath6kl_htc_rx_set_indicate() 1355 if (get_queue_depth(&endpoint->rx_bufq) in ath6kl_htc_rx_chk_water_mark() 1411 if (list_empty(&ep->rx_bufq)) { in ath6kl_htc_rx_setup() 1419 if (list_empty(&ep->rx_bufq)) { in ath6kl_htc_rx_setup() 1422 packet = list_first_entry(&ep->rx_bufq, in ath6kl_htc_rx_setup() 2356 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple() 2393 &endpoint->rx_bufq, list) { in ath6kl_htc_mbox_flush_rx_buf() 2401 * packets in rx_bufq of endpoint 0 have originally in ath6kl_htc_mbox_flush_rx_buf() 2405 * rx_bufq, it is allocated as skb where packet is in ath6kl_htc_mbox_flush_rx_buf() 2584 INIT_LIST_HEAD(&endpoint->rx_bufq); in reset_ep_state() [all...] |
H A D | htc.h | 519 struct list_head rx_bufq; member 599 /* FIXME: does this protext rx_bufq and endpoint structures or what? */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 1104 if (list_empty(&ep->rx_bufq)) in htc_flush_rx_queue() 1107 packet = list_first_entry(&ep->rx_bufq, in htc_flush_rx_queue() 1185 INIT_LIST_HEAD(&ep->rx_bufq); in reset_endpoint_states() 1533 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num() 1648 list_splice_tail_init(pkt_queue, &ep->rx_bufq); in ath6kl_htc_pipe_add_rxbuf_multiple() 1683 &endpoint->rx_bufq, list) { in ath6kl_htc_pipe_flush_rx_buf()
|
H A D | htc_mbox.c | 1343 if (!list_empty(&endpoint->rx_bufq)) in ath6kl_htc_rx_set_indicate() 1355 if (get_queue_depth(&endpoint->rx_bufq) in ath6kl_htc_rx_chk_water_mark() 1411 if (list_empty(&ep->rx_bufq)) { in ath6kl_htc_rx_setup() 1419 if (list_empty(&ep->rx_bufq)) { in ath6kl_htc_rx_setup() 1422 packet = list_first_entry(&ep->rx_bufq, in ath6kl_htc_rx_setup() 2356 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple() 2393 &endpoint->rx_bufq, list) { in ath6kl_htc_mbox_flush_rx_buf() 2401 * packets in rx_bufq of endpoint 0 have originally in ath6kl_htc_mbox_flush_rx_buf() 2405 * rx_bufq, it is allocated as skb where packet is in ath6kl_htc_mbox_flush_rx_buf() 2584 INIT_LIST_HEAD(&endpoint->rx_bufq); in reset_ep_state() [all...] |
H A D | htc.h | 519 struct list_head rx_bufq; member 599 /* FIXME: does this protext rx_bufq and endpoint structures or what? */
|
Completed in 13 milliseconds