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

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dport.c73 table->max = 1 << priv->dev.caps.log_num_macs;
218 + (port - 1) * (1 << dev->caps.log_num_macs);
821 context->n_mac = dev->caps.log_num_macs;
H A Dmlx4_devif_queue.c345 priv->dev.caps.log_num_macs = log_num_mac;
421 if (priv->dev.caps.log_num_macs > dev_cap->log_max_macs[i]) {
422 priv->dev.caps.log_num_macs = dev_cap->log_max_macs[i];
425 1 << priv->dev.caps.log_num_macs);
446 << priv->dev.caps.log_num_macs)
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h512 int log_num_macs; member in struct:mlx4_caps

Completed in 42 milliseconds