Searched refs:gid_entry_tbl (Results 1 – 1 of 1) sorted by relevance
1339 struct mlx4_roce_gid_entry *gid_entry_tbl, *gid_entry_mbox, *gid_entry_mb1; in mlx4_common_set_port() local1437 gid_entry_tbl = &priv->port[port].gid_table.roce_gids[i]; in mlx4_common_set_port()1438 if (!memcmp(gid_entry_tbl->raw, zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port()1445 if (!memcmp(gid_entry_mbox->raw, gid_entry_tbl->raw, in mlx4_common_set_port()1446 sizeof(gid_entry_tbl->raw))) { in mlx4_common_set_port()