Searched refs:mlx4_cqe (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 81 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() 82 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); in get_sw_cqe() 88 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() 357 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() 582 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 661 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() 920 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean()
|
/linux/include/linux/mlx4/ |
H A D | cq.h | 42 struct mlx4_cqe { struct
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 379 struct mlx4_cqe *buf; 662 static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() 811 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe);
|
H A D | en_rx.c | 628 static int check_csum(struct mlx4_cqe *cqe, struct sk_buff *skb, void *va, in check_csum() 669 struct mlx4_cqe *cqe; 691 struct mlx4_cqe *cqe = _ctx->cqe; in mlx4_en_xdp_rx_hash() 726 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq()
|
H A D | en_clock.c | 50 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe) in mlx4_en_get_cqe_ts()
|
H A D | en_cq.c | 78 cq->buf = (struct mlx4_cqe *)cq->wqres.buf.direct.buf; in mlx4_en_create_cq()
|
H A D | en_tx.c | 435 struct mlx4_cqe *cqe; in mlx4_en_process_tx_cq() 442 struct mlx4_cqe *buf = cq->buf; in mlx4_en_process_tx_cq()
|
H A D | en_netdev.c | 1680 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port()
|