Searched refs:tx_queue (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/include/flounder/
H A Dflounder_txqueue.h27 struct tx_queue;
43 struct tx_queue struct
62 struct tx_queue *queue; ///< queue this element belongs to
71 * \brief initializes a tx_queue to be used for a Flounder binding
80 void txq_init(struct tx_queue *queue,
94 struct txq_msg_st *txq_msg_st_alloc(struct tx_queue *txq);
/barrelfish-master/lib/barrelfish/
H A Dflounder_txqueue.c28 struct tx_queue *q = st->queue;
60 * \brief initializes a tx_queue to be used for a Flounder binding
69 void txq_init(struct tx_queue *queue,
102 struct txq_msg_st *txq_msg_st_alloc(struct tx_queue *txq)
142 struct tx_queue *q = st->queue;
163 struct tx_queue *q = st->queue;
202 struct tx_queue *q = st->queue;
/barrelfish-master/lib/bomp_new/include/
H A Dbomp_internal.h71 struct tx_queue txq; ///< Flounder TX queue
90 struct tx_queue txq; ///< Flounder TX queue
108 struct tx_queue txq; ///< Flounder TX queue
/barrelfish-master/usr/device_managers/dma/
H A Ddma_mgr_svc.c86 struct tx_queue *txq = _binding->st;
161 struct tx_queue *txq = _binding->st;
182 struct tx_queue *txq = _binding->st;
217 struct tx_queue *txq = calloc(1, sizeof(*txq));
/barrelfish-master/lib/bomp/backends/
H A Dxomp_gateway.c183 struct tx_queue *txq = b->st;
227 struct tx_queue *queue = calloc(1, sizeof(*queue));
H A Dxomp_gateway_client.c36 struct tx_queue txq;
H A Dxomp_worker.c52 static struct tx_queue txq;
H A Dxomp_master.c70 struct tx_queue txq; ///< Flounder TX queue
/barrelfish-master/lib/dma/
H A Ddma_service.c26 struct tx_queue queue;
/barrelfish-master/lib/dma/client/
H A Ddma_client_channel.c27 struct tx_queue txq; ///< Flounder TX Queue
/barrelfish-master/usr/drivers/xeon_phi/
H A Dxphi_service.c36 struct tx_queue queue;
H A Dinterphi.c48 struct tx_queue queue;
/barrelfish-master/lib/xeon_phi/
H A Dxeon_phi_client.c50 struct tx_queue txq;

Completed in 179 milliseconds