Searched refs:max_wq_type_rq (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c225 if (attr_size >= offsetof(struct ibv_device_attr_ex, max_wq_type_rq) +
226 sizeof(attr->max_wq_type_rq)) {
228 offsetof(struct ibv_query_device_resp_ex, max_wq_type_rq) +
229 sizeof(resp->max_wq_type_rq))
230 attr->max_wq_type_rq = resp->max_wq_type_rq;
H A Dkern-abi.h292 __u32 max_wq_type_rq; member in struct:ibv_query_device_resp_ex
H A Dverbs.h271 uint32_t max_wq_type_rq; member in struct:ibv_device_attr_ex
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c522 printf("\tmax_wq_type_rq:\t\t\t%u\n", device_attr.max_wq_type_rq);
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h255 __u32 max_wq_type_rq; member in struct:ib_uverbs_ex_query_device_resp
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c4297 if (ucore->outlen < resp.response_length + sizeof(resp.max_wq_type_rq))
4300 resp.max_wq_type_rq = attr.max_wq_type_rq;
4301 resp.response_length += sizeof(resp.max_wq_type_rq);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h337 u32 max_wq_type_rq; member in struct:ib_device_attr
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c810 props->max_wq_type_rq =

Completed in 248 milliseconds