Home
last modified time | relevance | path

Searched refs:TAILQ_CONCAT (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h464 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c272 TAILQ_CONCAT(&txq->fifo.axq_q, &sq, bf_list); in ath_tx_edma_push_staging_list()
H A Dif_ath_rx_edma.c571 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
H A Dif_ath_beacon.c642 TAILQ_CONCAT(&cabq->fifo.axq_q, &cabq->axq_q, bf_list); in ath_beacon_cabq_start_edma()
H A Dif_ath.c3805 TAILQ_CONCAT(&dst->axq_q, &src->axq_q, bf_list); in ath_txqmove()
/haiku/headers/private/firewire/
H A Dqueue.h459 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h635 #define TAILQ_CONCAT(head1, head2, field) do { \ macro