Searched refs:mac_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | tunnel_conf.c | 524 int mac_count, err, pay_size; in nfp_tunnel_write_macs() local 543 mac_count = 0; in nfp_tunnel_write_macs() 547 payload->addresses[mac_count].index = entry->index; in nfp_tunnel_write_macs() 548 ether_addr_copy(payload->addresses[mac_count].addr, in nfp_tunnel_write_macs() 550 mac_count++; in nfp_tunnel_write_macs()
|
/Linux-v4.19/drivers/staging/mt7621-eth/ |
D | soc_mt7621.c | 139 .mac_count = 2,
|
D | mtk_eth_soc.c | 639 if (eth->soc->mac_count > 1) in mtk_pdma_tx_map() 846 if (eth->soc->mac_count > 1) in mtk_qdma_tx_map() 1067 if (eth->soc->mac_count > 1) { in mtk_poll_rx() 1071 if (mac < 0 || mac >= eth->soc->mac_count) in mtk_poll_rx() 1244 for (i = 0; i < eth->soc->mac_count; i++) { in mtk_qdma_tx_poll() 1282 for (i = 0; i < eth->soc->mac_count; i++) { in mtk_stats_update() 1517 for (i = 0; i < eth->soc->mac_count; i++) in mtk_dma_free() 1948 for (i = 0; i < eth->soc->mac_count; i++) { in mtk_cleanup() 1992 if (id >= eth->soc->mac_count || eth->netdev[id]) { in mtk_add_mac() 2120 if (eth->soc->mac_count > 1) { in mtk_probe()
|
D | mtk_eth_soc.h | 493 u32 mac_count; member
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 3696 int mac_count; in be_cmd_get_mac_from_list() local 3747 mac_count = resp->true_mac_count + resp->pseudo_mac_count; in be_cmd_get_mac_from_list() 3753 for (i = 0; i < mac_count; i++) { in be_cmd_get_mac_from_list() 3823 u8 mac_count, u32 domain) in be_cmd_set_mac_list() argument 3851 req->mac_count = mac_count; in be_cmd_set_mac_list() 3852 if (mac_count) in be_cmd_set_mac_list() 3853 memcpy(req->mac, mac_array, ETH_ALEN*mac_count); in be_cmd_set_mac_list()
|
D | be_cmds.h | 1838 u8 mac_count; member 2476 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, u8 mac_count,
|