Searched refs:TAILQ_CONCAT (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/compatibility/bsd/sys/ |
H A D | queue.h | 464 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx_edma.c | 272 TAILQ_CONCAT(&txq->fifo.axq_q, &sq, bf_list); in ath_tx_edma_push_staging_list()
|
H A D | if_ath_rx_edma.c | 571 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
|
H A D | if_ath_beacon.c | 642 TAILQ_CONCAT(&cabq->fifo.axq_q, &cabq->axq_q, bf_list); in ath_beacon_cabq_start_edma()
|
H A D | if_ath.c | 3805 TAILQ_CONCAT(&dst->axq_q, &src->axq_q, bf_list); in ath_txqmove()
|
/haiku/headers/private/firewire/ |
H A D | queue.h | 459 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | queue.h | 635 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|