Searched refs:mlx5_wq_cyc (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 51 struct mlx5_wq_cyc { struct 60 struct mlx5_wq_cyc rq; argument 61 struct mlx5_wq_cyc sq; 80 void *wqc, struct mlx5_wq_cyc *wq, 82 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides); 83 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq); 100 static inline u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_size() 105 static inline int mlx5_wq_cyc_is_full(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_is_full() 110 static inline int mlx5_wq_cyc_missing(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_missing() 115 static inline int mlx5_wq_cyc_is_empty(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_is_empty() [all …]
|
H A D | wq.c | 38 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() 74 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides) in mlx5_wq_cyc_wqe_dump() 92 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_reset()
|
H A D | en.h | 428 struct mlx5_wq_cyc wq; 495 struct mlx5_wq_cyc wq; 534 struct mlx5_wq_cyc wq; 656 struct mlx5_wq_cyc wq;
|
H A D | en_txrx.c | 75 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_trigger_irq()
|
H A D | en_rx.c | 409 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_xsk_free_rx_wqes() 427 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_free_rx_wqes() 441 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_alloc_rx_wqes() 772 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_rx_mpwqe() 888 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_post_rx_wqes() 1818 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe() 1866 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe_rep() 2634 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5i_handle_rx_cqe() 2724 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_trap_handle_rx_cqe()
|
H A D | wc.c | 33 struct mlx5_wq_cyc wq;
|
H A D | en_tx.c | 381 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txwqe_complete()
|
H A D | en_main.c | 1274 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_free_rx_descs() 1456 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_xdpsq() 1543 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_icosq() 1620 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_txqsq() 1867 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_deactivate_txqsq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 125 mlx5e_wqc_has_room_for(struct mlx5_wq_cyc *wq, u16 cc, u16 pc, u16 n) in mlx5e_wqc_has_room_for() 130 static inline void *mlx5e_fetch_wqe(struct mlx5_wq_cyc *wq, u16 pi, size_t wqe_size) in mlx5e_fetch_wqe() 144 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop() 161 mlx5e_post_nop_fence(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop_fence() 191 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txqsq_get_next_pi() 253 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_icosq_get_next_pi() 280 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map, in mlx5e_notify_hw()
|
H A D | xdp.c | 351 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdpsq_get_next_pi() 402 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdp_mpwqe_complete() 534 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xmit_xdp_frame()
|
H A D | ptp.c | 324 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_ptp_alloc_txqsq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.c | 31 struct mlx5_wq_cyc wq; 162 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5_aso_alloc_sq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_send.h | 114 struct mlx5_wq_cyc wq;
|
H A D | mlx5hws_send.c | 564 struct mlx5_wq_cyc *wq = &sq->wq; in hws_send_ring_alloc_sq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 586 struct mlx5_wq_cyc *wq = &sq->wq; in tx_post_fence_nop()
|