Searched refs:ring_entry (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 4692 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument 4714 (struct hal_reo_entrance_ring *)ring_entry; in ath11k_dp_rx_mon_mpdu_pop() 4722 ath11k_hal_rx_reo_ent_buf_paddr_get(ring_entry, &paddr, in ath11k_dp_rx_mon_mpdu_pop() 5154 void *ring_entry; in ath11k_dp_rx_mon_dest_process() local 5185 while ((ring_entry = ath11k_hal_srng_dst_peek(ar->ab, mon_dst_srng))) { in ath11k_dp_rx_mon_dest_process() 5191 mpdu_rx_bufs_used = ath11k_dp_rx_mon_mpdu_pop(ar, mac_id, ring_entry, in ath11k_dp_rx_mon_dest_process() 5233 ring_entry = ath11k_hal_srng_dst_get_next_entry(ar->ab, in ath11k_dp_rx_mon_dest_process() 5348 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument 5356 struct hal_sw_monitor_ring *sw_desc = ring_entry; in ath11k_dp_rx_full_mon_mpdu_pop() 5371 ath11k_hal_rx_sw_mon_ring_buf_paddr_get(ring_entry, sw_mon_entries); in ath11k_dp_rx_full_mon_mpdu_pop() [all …]
|