Searched refs:zero_mac (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | attach.c | 106 static const u8 zero_mac[ETH_ALEN] = { }; in ath5k_hw_init() local 327 ath5k_hw_set_lladdr(ah, zero_mac); in ath5k_hw_init()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 894 static u8 zero_mac[ETH_ALEN] = { 0 }; in bnx2fc_logo_resp() local 897 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 210 static const u8 zero_mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable 1563 .eth_dst = zero_mac, 1564 .eth_dst_mask = zero_mac, 1591 .eth_dst = zero_mac, 1592 .eth_dst_mask = zero_mac,
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe.c | 2618 static u8 zero_mac[ETH_ALEN] = { 0 }; in fcoe_logo_resp() local 2621 fcoe_update_src_mac(lport, zero_mac); in fcoe_logo_resp()
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | scan.c | 842 const u8 zero_mac[6] = {0, 0, 0, 0, 0, 0}; in mwifiex_config_scan() local 980 if (!ether_addr_equal(user_scan_in->random_mac, zero_mac)) { in mwifiex_config_scan()
|