Home
last modified time | relevance | path

Searched refs:max_mac_addr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1287 unsigned int max_mac_addr = adapter->params.arch.mps_tcam_size; in t4vf_change_mac() local
1310 if (ret >= max_mac_addr) in t4vf_change_mac()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.h465 int max_mac_addr; /* xena=16 herc=64 */ member
Ds2io.c5030 (config->max_mc_addr - config->max_mac_addr)) { in s2io_set_multicast()
5122 for (offset = 0; offset < config->max_mac_addr; offset++) in do_s2io_restore_unicast_mc()
5287 for (i = 1; i < config->max_mac_addr; i++) { in do_s2io_prog_unicast()
5299 if (i == config->max_mac_addr) { in do_s2io_prog_unicast()
8021 config->max_mac_addr = S2IO_XENA_MAX_MAC_ADDRESSES; in s2io_init_nic()
8025 config->max_mac_addr = S2IO_HERC_MAX_MAC_ADDRESSES; in s2io_init_nic()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2269 unsigned int max_mac_addr; in dwceqos_set_rx_mode() local
2271 max_mac_addr = DWCEQOS_MAX_PERFECT_ADDRESSES(lp->feature1); in dwceqos_set_rx_mode()
2297 if (netdev_uc_count(ndev) > max_mac_addr) { in dwceqos_set_rx_mode()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1720 int max_mac_addr = is_t4(adap->params.chip) ? in mps_tcam_get_idx() local
1723 return ((pos <= max_mac_addr) ? (void *)(uintptr_t)(pos + 1) : NULL); in mps_tcam_get_idx()
Dt4_hw.c6633 unsigned int max_mac_addr = adap->params.arch.mps_tcam_size; in t4_change_mac() local
6652 if (ret >= max_mac_addr) in t4_change_mac()