Searched refs:wq_attr (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1828 struct ib_wq_init_attr *wq_attr)
1835 wq = pd->device->create_wq(pd, wq_attr, NULL);
1837 wq->event_handler = wq_attr->event_handler;
1838 wq->wq_context = wq_attr->wq_context;
1839 wq->wq_type = wq_attr->wq_type;
1840 wq->cq = wq_attr->cq;
1845 atomic_inc(&wq_attr->cq->usecnt);
1876 * @wq_attr: On input, specifies the WQ attributes to modify.
1881 int ib_modify_wq(struct ib_wq *wq, struct ib_wq_attr *wq_attr, argument
1889 err = wq->device->modify_wq(wq, wq_attr, wq_attr_mas
1827 ib_create_wq(struct ib_pd *pd, struct ib_wq_init_attr *wq_attr) argument
[all...]
H A Dib_uverbs_cmd.c3021 struct ib_wq_attr wq_attr = {}; local
3038 wq_attr.curr_wq_state = cmd.curr_wq_state;
3039 wq_attr.wq_state = cmd.wq_state;
3041 wq_attr.flags = cmd.flags;
3042 wq_attr.flags_mask = cmd.flags_mask;
3044 ret = wq->device->modify_wq(wq, &wq_attr, cmd.attr_mask,
/freebsd-current/contrib/ofed/libibverbs/
H A Dverbs.h1532 int (*modify_wq)(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr);
2178 * @wq_attr: On input, specifies the WQ attributes to modify.
2179 * wq_attr->attr_mask: A bit-mask used to specify which attributes of the WQ
2188 static inline int ibv_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr) argument
2195 return vctx->modify_wq(wq, wq_attr);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h1006 int mlx5_ib_modify_wq(struct ib_wq *wq, struct ib_wq_attr *wq_attr,
H A Dmlx5_ib_qp.c4966 int mlx5_ib_modify_wq(struct ib_wq *wq, struct ib_wq_attr *wq_attr, argument
5004 wq_attr->curr_wq_state : wq->state;
5006 wq_attr->wq_state : curr_wq_state;

Completed in 189 milliseconds