Symbol: ib_ud_wr
sys/dev/bnxt/bnxt_re/ib_verbs.c
4417
struct ib_ud_wr udwr = {};
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1329
struct ib_ud_wr wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
487
struct ib_ud_wr wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2298
const struct ib_ud_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2427
static int build_mlx_header(struct mlx4_ib_sqp *sqp, const struct ib_ud_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2773
const struct ib_ud_wr *wr)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2784
const struct ib_ud_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2806
static void build_tunnel_header(const struct ib_ud_wr *wr, void *wqe, unsigned *mlx_seg_len)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2889
static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, const struct ib_ud_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
411
struct ib_ud_wr *wr, struct ib_wc *wc)
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
442
struct ib_ud_wr *wr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
462
static struct ib_qp *get_tx_qp(struct mlx5_ib_gsi_qp *gsi, struct ib_ud_wr *wr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
485
struct ib_ud_wr cur_wr = *ud_wr(wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3075
struct ib_ud_wr *ud_wr = container_of(wr, struct ib_ud_wr, wr);
sys/dev/mthca/mthca_qp.c
1485
int ind, const struct ib_ud_wr *wr,
sys/dev/mthca/mthca_qp.c
1591
const struct ib_ud_wr *wr)
sys/dev/mthca/mthca_qp.c
1601
const struct ib_ud_wr *wr)
sys/ofed/drivers/infiniband/core/ib_mad.c
762
struct ib_ud_wr *send_wr = &mad_send_wr->send_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2056
struct ib_ud_wr *ud;
sys/ofed/drivers/infiniband/core/mad_priv.h
129
struct ib_ud_wr send_wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
372
struct ib_ud_wr tx_wr;
sys/ofed/include/rdma/ib_verbs.h
1293
static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr)
sys/ofed/include/rdma/ib_verbs.h
1295
return container_of(wr, struct ib_ud_wr, wr);
sys/ofed/include/rdma/rdmavt_qp.h
162
struct ib_ud_wr ud_wr;