Home
last modified time | relevance | path

Searched refs:mlx5_wq_ll_is_full (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c80 while (!mlx5_wq_ll_is_full(wq)) { in mlx5e_post_rx_wqes()
94 return !mlx5_wq_ll_is_full(wq); in mlx5e_post_rx_wqes()
Dwq.h137 static inline int mlx5_wq_ll_is_full(struct mlx5_wq_ll *wq) in mlx5_wq_ll_is_full() function