Searched defs:ring (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/include/dma/
H A Ddma_ring.h152 dma_ring_get_space(struct dma_ring *ring) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_cq.c47 mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq, int entries, int ring, enum cq_type mode, int node) argument
H A Den_rx.c60 mlx4_en_init_rx_desc(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring, int index) argument
193 mlx4_en_update_rx_prod_db(struct mlx4_en_rx_ring *ring) argument
285 struct mlx4_en_rx_ring *ring; local
375 struct mlx4_en_rx_ring *ring = priv->rx_ring[rx_ind]; local
395 struct mlx4_en_rx_ring *ring; local
541 mlx4_en_rx_mb(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring, struct mlx4_en_rx_desc *rx_desc, struct mlx4_en_rx_mbuf *mb_list, int length) argument
571 struct mlx4_en_rx_ring *ring = priv->rx_ring[0]; local
641 struct mlx4_en_rx_ring *ring = priv->rx_ring[cq->ring]; local
833 mlx4_en_config_rss_qp(struct mlx4_en_priv *priv, int qpn, struct mlx4_en_rx_ring *ring, enum mlx4_qp_state *state, struct mlx4_qp *qp) argument
[all...]
H A Den_tx.c82 struct mlx4_en_tx_ring *ring; local
241 mlx4_en_activate_tx_ring(struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, int cq, int user_prio) argument
319 mlx4_en_stamp_wqe(struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, u32 index, u8 owner) argument
335 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, u32 index) argument
382 mlx4_en_tx_ring_is_full(struct mlx4_en_tx_ring *ring) argument
395 struct mlx4_en_tx_ring *ring = priv->tx_ring[cq->ring]; local
490 struct mlx4_en_tx_ring *ring = priv->tx_ring[cq->ring]; local
610 struct mlx4_en_tx_ring *ring = priv->tx_ring[tx_ind]; local
908 struct mlx4_en_tx_ring *ring; local
[all...]
H A Dmlx4_en.h376 int ring; member in struct:mlx4_en_cq
[all...]
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Dmain_host.c43 static errval_t handle_add(struct virtio_device *vdev, struct capref ring, argument
/barrelfish-2018-10-04/lib/dma/
H A Ddma_ring.c55 inline struct dma_descriptor *dma_ring_get_next_desc(struct dma_ring *ring) argument
74 dma_ring_get_tail_desc(struct dma_ring *ring) argument
91 dma_ring_submit_pending(struct dma_ring *ring) argument
117 dma_ring_get_chain_addr(struct dma_ring *ring) argument
129 dma_ring_get_base_addr(struct dma_ring *ring) argument
171 struct dma_ring *ring; local
208 dma_ring_free(struct dma_ring *ring) argument
239 dma_ring_get_active(struct dma_ring *ring) argument
251 dma_ring_get_pendig(struct dma_ring *ring) argument
269 dma_ring_get_size(struct dma_ring *ring) argument
281 dma_ring_get_write_next(struct dma_ring *ring) argument
293 dma_ring_get_tail(struct dma_ring *ring) argument
305 dma_ring_get_issued(struct dma_ring *ring) argument
317 dma_ring_get_head(struct dma_ring *ring) argument
333 dma_ring_get_desc(struct dma_ring *ring, uint16_t idx) argument
[all...]
/barrelfish-2018-10-04/lib/dma/ioat/
H A Dioat_dma_request.c149 struct dma_ring *ring = ioat_dma_channel_get_ring(ioat_chan); local
256 struct dma_ring *ring = ioat_dma_channel_get_ring(ioat_chan); local
350 struct dma_ring *ring = ioat_dma_channel_get_ring(chan); local
[all...]
H A Dioat_dma_channel.c32 struct dma_ring *ring; ///< Descriptor ring member in struct:ioat_dma_channel
[all...]
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_request.c148 struct dma_ring *ring = xeon_phi_dma_channel_get_ring(xchan); local
238 struct dma_ring *ring = xeon_phi_dma_channel_get_ring(xchan); local
H A Dxeon_phi_dma_channel.c31 struct dma_ring *ring; ///< Descriptor ring member in struct:xeon_phi_dma_channel
250 struct dma_ring *ring = chan->ring; local
187 channel_set_ring(struct xeon_phi_dma_channel *chan, struct dma_ring *ring) argument
[all...]
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio_ring.h76 uint16_t ring[0]; ///< refers to a head of descriptor chain member in struct:vring_avail
104 struct vring_used_elem ring[0]; ///< refers to a head of a descriptor chain member in struct:vring_used
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h418 struct mlx4_ib_buf *ring; member in struct:mlx4_ib_demux_pv_qp

Completed in 153 milliseconds