Home
last modified time | relevance | path

Searched refs:mlx5e_cq (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c35 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq) in mlx5e_get_cqe()
88 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event()
98 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
Den.h293 struct mlx5e_cq { struct
317 struct mlx5e_cq cq; argument
367 struct mlx5e_cq cq;
566 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq);
567 bool mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
569 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq);
618 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
Den_main.c743 struct mlx5e_cq *cq) in mlx5e_create_cq()
789 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
794 static int mlx5e_enable_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_enable_cq()
840 static void mlx5e_disable_cq(struct mlx5e_cq *cq) in mlx5e_disable_cq()
850 struct mlx5e_cq *cq, in mlx5e_open_cq()
880 static void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
1501 struct mlx5e_cq *cq, in mlx5e_create_drop_cq()
1538 struct mlx5e_cq *cq = &priv->drop_rq.cq; in mlx5e_open_drop_rq()
Den_rx.c218 bool mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
Den_tx.c315 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq) in mlx5e_poll_tx_cq()