Home
last modified time | relevance | path

Searched refs:max_gids (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
Dfw.h55 int max_gids; member
Dfw.c1084 port_cap->max_gids = 1 << (field & 0xf); in mlx4_QUERY_PORT()
1115 port_cap->max_gids = 1 << (field >> 4); in mlx4_QUERY_PORT()
Dmain.c266 dev->phys_caps.gid_phys_table_len[port] = port_cap->max_gids; in _mlx4_dev_port()
271 dev->caps.gid_table_len[port] = port_cap->max_gids; in _mlx4_dev_port()
/drivers/infiniband/hw/mthca/
Dmthca_cmd.h147 int max_gids; member
Dmthca_main.c200 mdev->limits.gid_table_len = dev_lim->max_gids; in mthca_dev_lim()
Dmthca_cmd.c1119 dev_lim->max_gids = 1 << (field & 0xf); in mthca_QUERY_DEV_LIM()