Searched refs:mlx5_wq_cyc_ctr2ix (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 33 return (mlx5_wq_cyc_ctr2ix(wq, cc - pc) >= n) || (cc == pc); in mlx5e_wqc_has_room_for() 42 *pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_sq_fetch_wqe() 52 u16 pi = mlx5_wq_cyc_ctr2ix(wq, *pc); in mlx5e_post_nop() 69 u16 pi = mlx5_wq_cyc_ctr2ix(wq, *pc); in mlx5e_post_nop_fence()
|
D | xdp.c | 188 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_xdp_mpwqe_session_start() 211 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_xdp_mpwqe_complete() 305 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_xmit_xdp_frame() 428 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc); in mlx5e_poll_xdpsq_cq() 459 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->cc); in mlx5e_free_xdpsq_descs()
|
D | xdp.h | 199 *pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_xdpsq_fetch_wqe()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 138 static inline u16 mlx5_wq_cyc_ctr2ix(struct mlx5_wq_cyc *wq, u16 ctr) in mlx5_wq_cyc_ctr2ix() function 145 return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr); in mlx5_wq_cyc_get_head() 150 return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz); in mlx5_wq_cyc_get_tail()
|
D | en_tx.c | 480 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc); in mlx5e_poll_tx_cq() 550 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc); in mlx5e_free_txqsq_descs() 637 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5i_sq_xmit() 641 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5i_sq_xmit()
|
D | en_rx.c | 129 mlx5_wq_cyc_ctr2ix(&rq->wqe.wq, cqd->wqe_counter + 1); in mlx5e_decompress_cqe() 502 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_alloc_rx_mpwqe() 506 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_alloc_rx_mpwqe() 629 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc); in mlx5e_poll_ico_cq() 1153 ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter)); in mlx5e_handle_rx_cqe() 1200 ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter)); in mlx5e_handle_rx_cqe_rep() 1519 ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter)); in mlx5i_handle_rx_cqe() 1559 ci = mlx5_wq_cyc_ctr2ix(wq, be16_to_cpu(cqe->wqe_counter)); in mlx5e_ipsec_handle_rx_cqe()
|
D | en_txrx.c | 78 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_trigger_irq()
|
D | en_main.c | 1356 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_deactivate_txqsq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_tx.c | 169 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_ktls_tx_post_param_wqes() 319 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in tx_post_fence_nop() 375 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc); in mlx5e_ktls_tx_handle_ooo()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | tx.c | 52 u16 pi = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->pc); in mlx5e_xsk_tx_post_err()
|