Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dbridge_fdb_learning_limit.sh256 local n_mac expected=$((1 - is_counted))
263 n_mac=$(fdb_get_n_mac "$(mac 0)")
264 [ "$n_mac" -ne "$expected" ]
265 …check_fail $? "Inserted FDB type ${type} at limit: Expected the count ${expected}, but got ${n_mac
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dport.c1375 qpn_context->n_mac = 0x7; in mlx4_common_set_port()
1660 context->n_mac = dev->caps.log_num_macs; in mlx4_SET_PORT_qpn_calc()
Dmlx4.h819 u8 n_mac; member