max_gids         1121 drivers/infiniband/hw/mthca/mthca_cmd.c 	dev_lim->max_gids = 1 << (field & 0xf);
max_gids          147 drivers/infiniband/hw/mthca/mthca_cmd.h 	int max_gids;
max_gids          199 drivers/infiniband/hw/mthca/mthca_main.c 	mdev->limits.gid_table_len  	= dev_lim->max_gids;
max_gids         1210 drivers/net/ethernet/mellanox/mlx4/fw.c 		port_cap->max_gids	   = 1 << (field & 0xf);
max_gids         1242 drivers/net/ethernet/mellanox/mlx4/fw.c 		port_cap->max_gids	   = 1 << (field >> 4);
max_gids           57 drivers/net/ethernet/mellanox/mlx4/fw.h 	int max_gids;
max_gids          402 drivers/net/ethernet/mellanox/mlx4/main.c 	dev->phys_caps.gid_phys_table_len[port]  = port_cap->max_gids;
max_gids          407 drivers/net/ethernet/mellanox/mlx4/main.c 	dev->caps.gid_table_len[port]  = port_cap->max_gids;