Searched refs:cqe (Results 76 - 87 of 87) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h874 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h948 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h521 struct ib_cqe cqe; member in struct:mlx5_ib_umr_context
H A Dmlx5_ib_main.c2712 struct ib_cq_init_attr cq_attr = {.cqe = 1};
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h885 * @param cqe Completion element we are handling
895 * error in the cqe).
898 union event_ring_elem *cqe,
H A Decore_sp.c1789 * @cqe:
1795 union event_ring_elem *cqe,
1815 if (cqe->message.error)
1793 ecore_complete_vlan_mac(struct bxe_softc *sc, struct ecore_vlan_mac_obj *o, union event_ring_elem *cqe, unsigned long *ramrod_flags) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1846 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); local
1848 cqe->op_own = 0xf1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1977 cq_attr.cqe = cq_size;
H A Dmlx4_ib_main.c1281 cq_attr.cqe = 1;
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h866 struct oce_mq_cqe cqe; member in struct:oce_bmbx
H A Doce_mbox.c404 mb_cqe = &mb->cqe;
415 * store the mbx context in the cqe tag section so that
416 * the upper layer handling the cqe can associate the mbx
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c668 attr.cqe = cb->txdepth * 2;

Completed in 176 milliseconds

1234