Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c49 pipe->rx_buf_needed--; in ath12k_ce_rx_buf_enqueue_pipe()
71 while (pipe->rx_buf_needed) { in ath12k_ce_rx_post_pipe()
144 pipe->rx_buf_needed++; in ath12k_ce_completed_recv_next()
648 pipe->rx_buf_needed = pipe->dest_ring->nentries ? in ath12k_ce_init_pipes()
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.c311 pipe->rx_buf_needed--; in ath11k_ce_rx_buf_enqueue_pipe()
333 while (pipe->rx_buf_needed) { in ath11k_ce_rx_post_pipe()
407 pipe->rx_buf_needed++; in ath11k_ce_completed_recv_next()
948 pipe->rx_buf_needed = pipe->dest_ring->nentries ? in ath11k_ce_init_pipes()
H A Dce.h173 unsigned int rx_buf_needed; member