Searched refs:RDMA_NLDEV_ATTR_PORT_INDEX (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | nldev.c | 85 [RDMA_NLDEV_ATTR_PORT_INDEX] = { .type = NLA_U32 }, 250 if (nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX, rdma_end_port(device))) in fill_dev_info() 309 if (nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX, port)) in fill_port_info() 504 if (qp->port && nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX, qp->port)) in fill_res_qp_entry() 547 nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX, cm_id->port_num)) in fill_res_cm_id_entry() 858 if (nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX, counter->port) || in fill_res_counter_entry() 1018 !tb[RDMA_NLDEV_ATTR_PORT_INDEX]) in nldev_port_get_doit() 1026 port = nla_get_u32(tb[RDMA_NLDEV_ATTR_PORT_INDEX]); in nldev_port_get_doit() 1265 if (tb[RDMA_NLDEV_ATTR_PORT_INDEX]) { in res_get_common_doit() 1266 port = nla_get_u32(tb[RDMA_NLDEV_ATTR_PORT_INDEX]); in res_get_common_doit() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | rdma_netlink.h | 282 RDMA_NLDEV_ATTR_PORT_INDEX, /* u32 */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/ |
| H A D | rdma_netlink.h | 282 RDMA_NLDEV_ATTR_PORT_INDEX, /* u32 */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/rdma/ |
| H A D | rdma_netlink.h | 324 RDMA_NLDEV_ATTR_PORT_INDEX, /* u32 */ enumerator
|