Home
last modified time | relevance | path

Searched refs:zero_mac (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/ath5k/
Dattach.c106 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-v6.1/drivers/scsi/bnx2fc/
Dbnx2fc_els.c918 static u8 zero_mac[ETH_ALEN] = { 0 }; in bnx2fc_logo_resp() local
921 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
/Linux-v6.1/drivers/net/ethernet/rocker/
Drocker_ofdpa.c207 static const u8 zero_mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable
1560 .eth_dst = zero_mac,
1561 .eth_dst_mask = zero_mac,
1588 .eth_dst = zero_mac,
1589 .eth_dst_mask = zero_mac,
/Linux-v6.1/drivers/scsi/fcoe/
Dfcoe.c2590 static u8 zero_mac[ETH_ALEN] = { 0 }; in fcoe_logo_resp() local
2593 fcoe_update_src_mac(lport, zero_mac); in fcoe_logo_resp()
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dscan.c831 const u8 zero_mac[6] = {0, 0, 0, 0, 0, 0}; in mwifiex_config_scan() local
969 if (!ether_addr_equal(user_scan_in->random_mac, zero_mac)) { in mwifiex_config_scan()