Home
last modified time | relevance | path

Searched defs:mlx5_cqe64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/ofed/libmlx5/
H A Dmlx5dv.h285 struct mlx5_cqe64 { struct
286 uint8_t rsvd0[17];
287 uint8_t ml_path;
288 uint8_t rsvd20[4];
312 uint8_t mlx5dv_get_cqe_owner(struct mlx5_cqe64 *cqe) in mlx5dv_get_cqe_owner() argument
/freebsd-14.2/sys/dev/mlx5/
H A Ddevice.h687 struct mlx5_cqe64 { struct
688 u8 tls_outer_l3_tunneled;
689 u8 rsvd0;
690 __be16 wqe_id;
691 u8 lro_tcppsh_abort_dupack;
692 u8 lro_min_ttl;
693 __be16 lro_tcp_win;
694 __be32 lro_ack_seq_num;
718 static inline u8 get_cqe_opcode(struct mlx5_cqe64 *cqe) in get_cqe_opcode() argument