Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c139 busy |= mlx5e_poll_tx_cq(&c->sq[i].cq, budget); in mlx5e_napi_poll()
149 busy |= mlx5e_poll_tx_cq(&sq->cq, budget); in mlx5e_napi_poll()
Den_tx.c804 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq() function
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h73 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
Dptp.c147 busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget); in mlx5e_ptp_napi_poll()