Searched refs:RDMA_NLDEV_ATTR_RES_RAW (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 57 ret = nla_put(msg, RDMA_NLDEV_ATTR_RES_RAW, sizeof(context), &context); in hns_roce_fill_res_cq_entry_raw() 110 ret = nla_put(msg, RDMA_NLDEV_ATTR_RES_RAW, sizeof(context), &context); in hns_roce_fill_res_qp_entry_raw() 159 ret = nla_put(msg, RDMA_NLDEV_ATTR_RES_RAW, sizeof(context), &context); in hns_roce_fill_res_mr_entry_raw()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 75 err = nla_put(msg, RDMA_NLDEV_ATTR_RES_RAW, len, data); in fill_res_raw()
|
/openbmc/linux/include/uapi/rdma/ |
H A D | rdma_netlink.h | 540 RDMA_NLDEV_ATTR_RES_RAW, /* binary */ enumerator
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | nldev.c | 119 [RDMA_NLDEV_ATTR_RES_RAW] = { .type = NLA_BINARY },
|