Searched refs:mlx5_cqe64 (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_txrx.c33 struct mlx5_cqe64 *
36 struct mlx5_cqe64 *cqe;
H A Dmlx5_en_rx.c128 mlx5e_lro_update_hdr(struct mbuf *mb, struct mlx5_cqe64 *cqe)
276 mlx5e_build_rx_mbuf(struct mlx5_cqe64 *cqe,
427 sizeof(struct mlx5_cqe64));
434 data, sizeof(struct mlx5_cqe64));
438 mlx5e_decompress_cqe(struct mlx5e_cq *cq, struct mlx5_cqe64 *title,
461 CTASSERT(sizeof(struct mlx5_cqe64) ==
467 struct mlx5_cqe64 title;
506 struct mlx5_cqe64 *cqe;
H A Dmlx5_en_iq.c44 const struct mlx5_cqe64 *cqe;
H A Den.h1208 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq);
H A Dmlx5_en_tx.c1030 struct mlx5_cqe64 *cqe;
H A Dmlx5_en_main.c2006 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i);
/freebsd-current/contrib/ofed/libmlx5/
H A Dmlx5dv.h285 struct mlx5_cqe64 { struct
312 uint8_t mlx5dv_get_cqe_owner(struct mlx5_cqe64 *cqe)
318 void mlx5dv_set_cqe_owner(struct mlx5_cqe64 *cqe, uint8_t val)
325 uint8_t mlx5dv_get_cqe_se(struct mlx5_cqe64 *cqe)
331 uint8_t mlx5dv_get_cqe_format(struct mlx5_cqe64 *cqe)
337 uint8_t mlx5dv_get_cqe_opcode(struct mlx5_cqe64 *cqe)
H A Dcq.c66 static inline uint8_t get_cqe_l3_hdr_type(struct mlx5_cqe64 *cqe)
84 struct mlx5_cqe64 *cqe64;
106 static inline void handle_good_req(struct ibv_wc *wc, struct mlx5_cqe64 *cqe, struct mlx5_wq *wq, int idx)
143 static inline int handle_responder_lazy(struct mlx5_cq *cq, struct mlx5_cqe64 *cqe,
184 static inline int handle_responder(struct ibv_wc *wc, struct mlx5_cqe64 *cqe,
464 struct mlx5_cqe64 **pcqe64,
468 struct mlx5_cqe64 **pcqe64,
472 struct mlx5_cqe64 *cqe64;
509 struct mlx5_cqe64 *cqe64,
517 struct mlx5_cqe64 *cqe6
[all...]
H A Dmlx5.h339 struct mlx5_cqe64 *cqe64;
/freebsd-current/sys/dev/mlx5/
H A Ddevice.h687 struct mlx5_cqe64 { struct
718 static inline u8 get_cqe_opcode(struct mlx5_cqe64 *cqe)
723 static inline bool get_cqe_lro_timestamp_valid(struct mlx5_cqe64 *cqe)
728 static inline bool get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe)
733 static inline u8 get_cqe_l4_hdr_type(struct mlx5_cqe64 *cqe)
738 static inline u16 get_cqe_vlan(struct mlx5_cqe64 *cqe)
743 static inline void get_cqe_smac(struct mlx5_cqe64 *cqe, u8 *smac)
749 static inline bool cqe_has_vlan(struct mlx5_cqe64 *cqe)
754 static inline bool cqe_is_tunneled(struct mlx5_cqe64 *cqe)
759 static inline u8 get_cqe_tls_offload(struct mlx5_cqe64 *cq
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c82 struct mlx5_cqe64 *cqe64;
117 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe,
164 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe,
358 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64,
383 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64,
520 struct mlx5_cqe64 *cqe64;
844 struct mlx5_cqe64 *cqe64;
1029 static int is_equal_rsn(struct mlx5_cqe64 *cqe64, u32 rsn)
1036 struct mlx5_cqe64 *cqe64, *dest64;
1186 struct mlx5_cqe64 *scqe6
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c248 struct mlx5_cqe64 *cqe, u8 status)
289 struct mlx5_cqe64 *cqe, u8 status)
331 struct mlx5_cqe64 *cqe)
383 struct mlx5_cqe64 *cqe;
431 struct mlx5_cqe64 *cqe;

Completed in 203 milliseconds