Home
last modified time | relevance | path

Searched refs:mlx5e_rq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c38 static inline int mlx5e_alloc_rx_wqe(struct mlx5e_rq *rq, in mlx5e_alloc_rx_wqe()
73 bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq) in mlx5e_post_rx_wqes()
163 struct mlx5e_rq *rq, in mlx5e_handle_csum()
187 struct mlx5e_rq *rq, in mlx5e_build_rx_skb()
220 struct mlx5e_rq *rq = container_of(cq, struct mlx5e_rq, cq); in mlx5e_poll_rx_cq()
Den.h308 struct mlx5e_rq { struct
406 struct mlx5e_rq rq;
492 struct mlx5e_rq drop_rq;
568 bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq);
Den_main.c311 struct mlx5e_rq *rq) in mlx5e_create_rq()
365 static void mlx5e_destroy_rq(struct mlx5e_rq *rq) in mlx5e_destroy_rq()
371 static int mlx5e_enable_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param *param) in mlx5e_enable_rq()
410 static int mlx5e_modify_rq(struct mlx5e_rq *rq, int curr_state, int next_state) in mlx5e_modify_rq()
438 static void mlx5e_disable_rq(struct mlx5e_rq *rq) in mlx5e_disable_rq()
443 static int mlx5e_wait_for_min_rx_wqes(struct mlx5e_rq *rq) in mlx5e_wait_for_min_rx_wqes()
462 struct mlx5e_rq *rq) in mlx5e_open_rq()
491 static void mlx5e_close_rq(struct mlx5e_rq *rq) in mlx5e_close_rq()
1480 struct mlx5e_rq *rq, in mlx5e_create_drop_rq()
1537 struct mlx5e_rq *rq = &priv->drop_rq; in mlx5e_open_drop_rq()