| /linux-6.15/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_pp.c | 82 if (!is_zero_ether_addr(pp->mac_addr)) { in enic_set_port_profile() 192 if (!is_zero_ether_addr(pp->mac_addr)) in enic_pp_disassociate() 195 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_disassociate() 279 if (!is_zero_ether_addr(pp->mac_addr)) in enic_pp_associate() 282 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_associate()
|
| /linux-6.15/net/802/ |
| H A D | stp.c | 74 if (is_zero_ether_addr(proto->group_address)) in stp_proto_register() 88 if (is_zero_ether_addr(proto->group_address)) in stp_proto_unregister()
|
| /linux-6.15/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipmac.c | 101 if (is_zero_ether_addr(e.ether)) in hash_ipmac4_kadt() 137 if (is_zero_ether_addr(e.ether)) in hash_ipmac4_uadt() 217 if (is_zero_ether_addr(e.ether)) in hash_ipmac6_kadt() 257 if (is_zero_ether_addr(e.ether)) in hash_ipmac6_uadt()
|
| H A D | ip_set_hash_mac.c | 89 if (is_zero_ether_addr(e.ether)) in hash_mac4_kadt() 114 if (is_zero_ether_addr(e.ether)) in hash_mac4_uadt()
|
| /linux-6.15/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 37 if (!is_zero_ether_addr(match.mask->src)) { in vcap_tc_flower_handler_ethaddr_usage() 45 if (!is_zero_ether_addr(match.mask->dst)) { in vcap_tc_flower_handler_ethaddr_usage() 353 if (!is_zero_ether_addr(mt.mask->sha) || in vcap_tc_flower_handler_arp_usage() 354 !is_zero_ether_addr(mt.mask->tha)) { in vcap_tc_flower_handler_arp_usage()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | ef10_sriov.c | 133 if (!is_zero_ether_addr(vf->mac)) { in efx_ef10_sriov_free_vf_vports() 359 if (!is_zero_ether_addr(nic_data->vport_mac)) { in efx_ef10_vswitching_remove_pf() 515 if (!is_zero_ether_addr(vf->mac)) { in efx_ef10_sriov_set_vf_mac() 521 if (!is_zero_ether_addr(mac)) { in efx_ef10_sriov_set_vf_mac() 598 if (!is_zero_ether_addr(vf->mac)) { in efx_ef10_sriov_set_vf_vlan() 622 if (!is_zero_ether_addr(vf->mac)) { in efx_ef10_sriov_set_vf_vlan()
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz9477_tc_flower.c | 59 if (!is_zero_ether_addr(ematch.key->src)) { in ksz9477_flower_parse_key_l2() 66 if (!is_zero_ether_addr(ematch.key->dst)) { in ksz9477_flower_parse_key_l2()
|
| /linux-6.15/net/batman-adv/ |
| H A D | multicast_forw.c | 670 if (is_zero_ether_addr(next_dest)) in batadv_mcast_forw_scrub_dests() 725 if (is_zero_ether_addr(filler)) in batadv_mcast_forw_shrink_fill() 763 if (!is_zero_ether_addr(slot)) in batadv_mcast_forw_shrink_pack_dests() 963 if (is_zero_ether_addr(dest)) in batadv_mcast_forw_packet()
|
| /linux-6.15/drivers/net/wireless/ath/ |
| H A D | main.c | 66 !is_zero_ether_addr(common->curbssid) && in ath_is_mybeacon()
|
| /linux-6.15/drivers/net/ethernet/engleder/ |
| H A D | tsnep_rxnfc.c | 212 !is_zero_ether_addr(fsp->m_u.ether_spec.h_dest) || in tsnep_rxnfc_add_rule() 213 !is_zero_ether_addr(fsp->m_u.ether_spec.h_source) || in tsnep_rxnfc_add_rule()
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf_common.c | 56 if (is_zero_ether_addr(mac_addr)) in enetc_setup_mac_address() 60 if (is_zero_ether_addr(mac_addr)) { in enetc_setup_mac_address()
|
| H A D | enetc_qos.c | 1167 if (!is_zero_ether_addr(match.mask->dst) && in enetc_psfp_parse_clsflower() 1168 !is_zero_ether_addr(match.mask->src)) { in enetc_psfp_parse_clsflower() 1175 if (!is_zero_ether_addr(match.mask->dst)) { in enetc_psfp_parse_clsflower() 1186 if (!is_zero_ether_addr(match.mask->src)) { in enetc_psfp_parse_clsflower()
|
| /linux-6.15/include/linux/ |
| H A D | etherdevice.h | 111 static inline bool is_zero_ether_addr(const u8 *addr) in is_zero_ether_addr() function 208 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()
|
| /linux-6.15/net/sched/ |
| H A D | act_ife.c | 667 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 672 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 853 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode() 855 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode()
|
| /linux-6.15/arch/mips/ath25/ |
| H A D | board.c | 145 if (is_zero_ether_addr(config->enet0_mac)) { in ath25_find_config()
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_rpc.c | 133 !is_zero_ether_addr(mac_addr->mask.addr8) && in fbnic_bmc_rpc_all_multi_config() 193 if (is_zero_ether_addr(bmc_mac)) in fbnic_bmc_rpc_init() 418 if (!is_zero_ether_addr(mac_addr->mask.addr8)) in __fbnic_mc_sync() 487 if (!is_zero_ether_addr(src_addr->mask.addr8)) in fbnic_sift_macda()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs_ethtool.c | 386 !is_zero_ether_addr(fs->m_ext.h_dest)) { in set_flow_attrs() 563 if (!is_zero_ether_addr(eth_mask->h_dest)) in validate_ethter() 565 if (!is_zero_ether_addr(eth_mask->h_source)) in validate_ethter() 717 !is_zero_ether_addr(fs->m_ext.h_dest)) in validate_flow()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_err.c | 19 if (!is_zero_ether_addr(filter->mac_table[i].addr)) { in hbg_restore_mac_table()
|
| H A D | hbg_debugfs.c | 94 if (is_zero_ether_addr(filter->mac_table[i].addr)) in hbg_dbg_mac_table()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | channel.c | 120 is_zero_ether_addr(vif->addr)) in mt76_assign_vif_chanctx() 169 is_zero_ether_addr(vif->addr)) in mt76_unassign_vif_chanctx()
|
| /linux-6.15/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-ethtool.c | 359 if (!is_zero_ether_addr(eth_mask->h_source)) { in dpaa2_eth_prep_eth_rule() 366 if (!is_zero_ether_addr(eth_mask->h_dest)) { in dpaa2_eth_prep_eth_rule() 507 if (!is_zero_ether_addr(ext_mask->h_dest)) { in dpaa2_eth_prep_mac_ext_rule()
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_flow_offload.c | 112 if (is_zero_ether_addr(info->h_source)) in nft_dev_path_info() 136 if (is_zero_ether_addr(info->h_source)) in nft_dev_path_info()
|
| /linux-6.15/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 322 if (is_zero_ether_addr(wl->bssid)) in wl1251_join() 795 if (*total & FIF_OTHER_BSS || is_zero_ether_addr(wl->bssid)) in wl1251_op_configure_filter() 895 if (is_zero_ether_addr(addr)) { in wl1251_op_set_key() 1109 if (!is_zero_ether_addr(wl->bssid)) { in wl1251_op_bss_info_changed()
|
| /linux-6.15/drivers/net/ethernet/freescale/fman/ |
| H A D | mac.c | 303 if (!is_zero_ether_addr(mac_dev->addr)) in mac_probe()
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic_fcs.c | 104 if (!is_zero_ether_addr(iport->fpma)) in fnic_fdls_link_status_change() 405 if (is_zero_ether_addr(new)) in fnic_update_mac_locked() 413 if (!is_zero_ether_addr(data) && !ether_addr_equal(data, ctl)) in fnic_update_mac_locked()
|