Searched refs:mlx4_cqe (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
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() 356 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() 581 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 660 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() 919 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean()
|
/linux-6.1.9/include/linux/mlx4/ |
D | cq.h | 42 struct mlx4_cqe { struct
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 369 struct mlx4_cqe *buf; 650 static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() 794 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe);
|
D | en_clock.c | 50 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe) in mlx4_en_get_cqe_ts()
|
D | en_cq.c | 78 cq->buf = (struct mlx4_cqe *)cq->wqres.buf.direct.buf; in mlx4_en_create_cq()
|
D | en_tx.c | 431 struct mlx4_cqe *cqe; in mlx4_en_process_tx_cq() 438 struct mlx4_cqe *buf = cq->buf; in mlx4_en_process_tx_cq()
|
D | en_rx.c | 625 static int check_csum(struct mlx4_cqe *cqe, struct sk_buff *skb, void *va, in check_csum() 673 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq()
|
D | en_netdev.c | 1677 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port()
|