Searched refs:log_num_vlans (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dport.c85 table->max = (1 << priv->dev.caps.log_num_vlans) - MLX4_VLAN_REGULAR;
H A Dmlx4_devif_queue.c346 priv->dev.caps.log_num_vlans = MLX4_LOG_NUM_VLANS;
427 if (priv->dev.caps.log_num_vlans > dev_cap->log_max_vlans[i]) {
428 priv->dev.caps.log_num_vlans = dev_cap->log_max_vlans[i];
431 1 << priv->dev.caps.log_num_vlans);
447 * (1 << priv->dev.caps.log_num_vlans)
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h513 int log_num_vlans; member in struct:mlx4_caps

Completed in 37 milliseconds