Symbol: mlx5_wq_cyc_ctr2ix
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
126
return (mlx5_wq_cyc_ctr2ix(wq, cc - pc) >= n) || (cc == pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
145
u16 pi = mlx5_wq_cyc_ctr2ix(wq, *pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
162
u16 pi = mlx5_wq_cyc_ctr2ix(wq, *pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
193
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
210
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
222
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
268
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
285
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
361
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
379
pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
414
u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
787
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
834
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->cc);
drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c
184
int j = mlx5_wq_cyc_ctr2ix(wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c
207
int j = mlx5_wq_cyc_ctr2ix(wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c
51
u16 pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
587
u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
726
pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1377
wqe_ix = mlx5_wq_cyc_ctr2ix(wq, head++);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1967
u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
106
mlx5_wq_cyc_ctr2ix(&rq->wqe.wq, be16_to_cpu(title->wqe_counter) + 1);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1746
ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1795
ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
181
mlx5_wq_cyc_ctr2ix(&rq->wqe.wq, cqd->wqe_counter + 1);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
2612
ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
2704
ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
441
int j = mlx5_wq_cyc_ctr2ix(wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
459
int j = mlx5_wq_cyc_ctr2ix(wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
473
int j = mlx5_wq_cyc_ctr2ix(wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
514
int j = mlx5_wq_cyc_ctr2ix(&rq->wqe.wq, ix + i);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
813
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
864
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
360
pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
552
pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
807
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
882
ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c
77
u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/lib/aso.c
361
pi = mlx5_wq_cyc_ctr2ix(&aso->wq, aso->pc);
drivers/net/ethernet/mellanox/mlx5/core/wc.c
293
pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc);
drivers/net/ethernet/mellanox/mlx5/core/wq.h
149
return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr);
drivers/net/ethernet/mellanox/mlx5/core/wq.h
154
return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz);