Home
last modified time | relevance | path

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

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