Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dfw.h51 u8 log_max_macs; member
Dmain.c636 if (dev->caps.log_num_macs > dev_cap->port_cap[i].log_max_macs) { in mlx4_dev_cap()
637 dev->caps.log_num_macs = dev_cap->port_cap[i].log_max_macs; in mlx4_dev_cap()
Dfw.c1251 port_cap->log_max_macs = field & 0xf; in mlx4_QUERY_PORT()