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