Searched refs:rdma_cap_roce_gid_table (Results 1 – 3 of 3) sorted by relevance
361 if (rdma_cap_roce_gid_table(attr->device, attr->port_num)) { in add_roce_gid()403 if (rdma_cap_roce_gid_table(ib_dev, port)) in del_gid()
268 if (!rdma_cap_roce_gid_table(attr->device, attr->port_num)) in mlx4_ib_add_gid() 356 if (!rdma_cap_roce_gid_table(attr->device, attr->port_num)) in mlx4_ib_del_gid() 416 if (!rdma_cap_roce_gid_table(&ibdev->ib_dev, port_num)) in mlx4_ib_gid_index_to_real_index()
3381 static inline bool rdma_cap_roce_gid_table(const struct ib_device *device, in rdma_cap_roce_gid_table() function