Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h57 int max_gids; member
H A Dmlx4_fw.c1197 port_cap->max_gids = 1 << (field & 0xf); in mlx4_QUERY_PORT()
1229 port_cap->max_gids = 1 << (field >> 4); in mlx4_QUERY_PORT()
H A Dmlx4_main.c290 dev->phys_caps.gid_phys_table_len[port] = port_cap->max_gids; in _mlx4_dev_port()
295 dev->caps.gid_table_len[port] = port_cap->max_gids; in _mlx4_dev_port()
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.h147 int max_gids; member
H A Dmthca_main.c200 mdev->limits.gid_table_len = dev_lim->max_gids; in mthca_dev_lim()
H A Dmthca_cmd.c1122 dev_lim->max_gids = 1 << (field & 0xf); in mthca_QUERY_DEV_LIM()