Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c150 busy |= mlx5e_poll_tx_cq(&c->sq[i].cq, budget); in mlx5e_napi_poll()
160 busy |= mlx5e_poll_tx_cq(&sq->cq, budget); in mlx5e_napi_poll()
Den_tx.c784 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq() function
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h94 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
Dptp.c277 busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget); in mlx5e_ptp_napi_poll()