Home
last modified time | relevance | path

Searched refs:IB_EXP_DEVICE_ATTR_INLINE_RECV_SZ (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/ofed/include/rdma/
HDib_verbs_exp.h58 IB_EXP_DEVICE_ATTR_INLINE_RECV_SZ = 1ULL << 6, enumerator
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmlx4_exp.c45 props->exp_comp_mask = IB_EXP_DEVICE_ATTR_INLINE_RECV_SZ; in mlx4_ib_exp_query_device()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_cmd.c3649 if (exp_attr.exp_comp_mask & IB_EXP_DEVICE_ATTR_INLINE_RECV_SZ) { in ib_uverbs_exp_query_device()
3651 resp.comp_mask |= IB_EXP_DEVICE_ATTR_INLINE_RECV_SZ; in ib_uverbs_exp_query_device()