Home
last modified time | relevance | path

Searched refs:log_max_vlans (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dfw.h117 u8 log_max_vlans[MLX4_MAX_PORTS + 1]; member
Dmain.c349 if (dev->caps.log_num_vlans > dev_cap->log_max_vlans[i]) { in mlx4_dev_cap()
350 dev->caps.log_num_vlans = dev_cap->log_max_vlans[i]; in mlx4_dev_cap()
Dfw.c586 dev_cap->log_max_vlans[i] = field >> 4; in mlx4_QUERY_DEV_CAP()