Home
last modified time | relevance | path

Searched refs:mlx5_wq_cyc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h50 struct mlx5_wq_cyc { struct
78 void *wqc, struct mlx5_wq_cyc *wq,
80 u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq);
94 static inline u16 mlx5_wq_cyc_ctr2ix(struct mlx5_wq_cyc *wq, u16 ctr) in mlx5_wq_cyc_ctr2ix()
99 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_wqe()
Dwq.c37 u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_size()
52 static u32 mlx5_wq_cyc_get_byte_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_byte_size()
68 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create()
Den_tx.c43 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_send_nop()
159 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_sq_xmit()
Den.h374 struct mlx5_wq_cyc wq;