Symbol: ib_ud_wr
sys/dev/bnxt/bnxt_re/ib_verbs.c
4324
struct ib_ud_wr udwr = {};
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1354
struct ib_ud_wr wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
505
struct ib_ud_wr wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2287
const struct ib_ud_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2435
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
2772
const struct ib_ud_wr *wr)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2783
const struct ib_ud_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2805
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
2888
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
1493
int ind, const struct ib_ud_wr *wr,
sys/dev/mthca/mthca_qp.c
1599
const struct ib_ud_wr *wr)
sys/dev/mthca/mthca_qp.c
1609
const struct ib_ud_wr *wr)
sys/ofed/drivers/infiniband/core/ib_mad.c
766
struct ib_ud_wr *send_wr = &mad_send_wr->send_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2069
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
1342
static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr)
sys/ofed/include/rdma/ib_verbs.h
1344
return container_of(wr, struct ib_ud_wr, wr);
sys/ofed/include/rdma/rdmavt_qp.h
162
struct ib_ud_wr ud_wr;