Searched refs:mlx4_cqe (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/libmlx4/ |
H A D | cq.c | 97 static struct mlx4_cqe *get_cqe(struct mlx4_cq *cq, int entry) in get_cqe() 104 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibv_cq.cqe); in get_sw_cqe() 105 struct mlx4_cqe *tcqe = cq->cqe_size == 64 ? cqe + 1 : cqe; in get_sw_cqe() 111 static struct mlx4_cqe *next_cqe_sw(struct mlx4_cq *cq) in next_cqe_sw() 158 static inline void handle_good_req(struct ibv_wc *wc, struct mlx4_cqe *cqe) in handle_good_req() 201 struct mlx4_cqe **pcqe) 204 struct mlx4_cqe **pcqe) in mlx4_get_next_cqe() 206 struct mlx4_cqe *cqe; in mlx4_get_next_cqe() 231 struct mlx4_cqe *cqe, 236 struct mlx4_cqe *cqe, in mlx4_parse_cqe() [all …]
|
H A D | mlx4.c | 170 context->cqe_size = sizeof (struct mlx4_cqe); in mlx4_init_context() 181 context->cqe_size = sizeof (struct mlx4_cqe); in mlx4_init_context()
|
H A D | mlx4.h | 189 struct mlx4_cqe *cqe; 275 struct mlx4_cqe { struct
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_cq.c | 82 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() 83 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); in get_sw_cqe() 89 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() 345 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() 574 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 653 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() 917 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | en.h | 404 struct mlx4_cqe *buf; 670 static inline struct mlx4_cqe *mlx4_en_get_cqe(u8 *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() 672 return (struct mlx4_cqe *)(buf + idx * cqe_sz); in mlx4_en_get_cqe() 889 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe);
|
H A D | mlx4_en_cq.c | 100 cq->buf = (struct mlx4_cqe *)cq->wqres.buf.direct.buf; in mlx4_en_create_cq()
|
H A D | mlx4_en_rx.c | 604 struct mlx4_cqe *cqe) in invalid_cqe() 741 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq() 747 struct mlx4_cqe *buf = cq->buf; in mlx4_en_process_rx_cq()
|
H A D | mlx4_en_tx.c | 353 struct mlx4_cqe *cqe; in mlx4_en_process_tx_cq() 361 struct mlx4_cqe *buf = cq->buf; in mlx4_en_process_tx_cq()
|
/freebsd/sys/dev/mlx4/ |
H A D | cq.h | 41 struct mlx4_cqe { struct
|