|
@@ -629,7 +629,7 @@ netdev_tx_t mlx5e_xmit(struct sk_buff *skb, struct net_device *dev);
|
|
|
void mlx5e_completion_event(struct mlx5_core_cq *mcq);
|
|
|
void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event);
|
|
|
int mlx5e_napi_poll(struct napi_struct *napi, int budget);
|
|
|
-bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq);
|
|
|
+bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
|
|
|
int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
|
|
|
bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq);
|
|
|
struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq);
|