Searched refs:rdma_cap_roce_gid_table (Results 1 – 3 of 3) sorted by relevance
219 if (rdma_cap_roce_gid_table(device, port_num) && in free_gid_entry_locked()328 if (rdma_cap_roce_gid_table(attr->device, attr->port_num)) { in add_roce_gid()
260 if (!rdma_cap_roce_gid_table(attr->device, attr->port_num)) in mlx4_ib_add_gid()336 if (!rdma_cap_roce_gid_table(attr->device, attr->port_num)) in mlx4_ib_del_gid()399 if (!rdma_cap_roce_gid_table(&ibdev->ib_dev, port_num)) in mlx4_ib_gid_index_to_real_index()
3065 static inline bool rdma_cap_roce_gid_table(const struct ib_device *device, in rdma_cap_roce_gid_table() function