Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c374 struct dp_reo_update_rx_queue_elem *cmd_queue, *tmp_queue; in ath12k_dp_rx_reo_cmd_list_cleanup() local
377 list_for_each_entry_safe(cmd_queue, tmp_queue, &dp->reo_cmd_update_rx_queue_list, in ath12k_dp_rx_reo_cmd_list_cleanup()
/freebsd/sys/netinet/
H A Dsctputil.c4803 struct sctp_readhead tmp_queue; in sctp_pull_off_control_to_new_inp() local
4809 TAILQ_INIT(&tmp_queue); in sctp_pull_off_control_to_new_inp()
4830 TAILQ_INSERT_TAIL(&tmp_queue, control, next); in sctp_pull_off_control_to_new_inp()
4849 TAILQ_FOREACH_SAFE(control, &tmp_queue, next, nctl) { in sctp_pull_off_control_to_new_inp()