Home
last modified time | relevance | path

Searched refs:mlx4_cqe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c81 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()
361 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes()
586 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data()
665 struct mlx4_cqe *cqe; in mlx4_ib_poll_one()
924 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean()
/linux/include/linux/mlx4/
H A Dcq.h42 struct mlx4_cqe { struct
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c596 static int check_csum(struct mlx4_cqe *cqe, struct sk_buff *skb, void *va, in check_csum()
637 struct mlx4_cqe *cqe;
659 struct mlx4_cqe *cqe = _ctx->cqe; in mlx4_en_xdp_rx_hash()
694 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq()
H A Den_clock.c50 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe) in mlx4_en_get_cqe_ts()
H A Den_netdev.c1680 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port()