Home
last modified time | relevance | path

Searched refs:zmac (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh688 local zmac=00:00:00:00:00:00
697 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb $zmac self \
705 local zmac=00:00:00:00:00:00
713 bridge fdb show dev vxlan0 | grep $zmac | grep -q self
715 busywait "$TIMEOUT" not wait_for_offload grep_bridge_fdb $zmac self \
723 local zmac=00:00:00:00:00:00
737 local zmac=00:00:00:00:00:00
739 bridge fdb append $zmac dev vxlan0 self dst $LOCAL_IP_2
805 local zmac=00:00:00:00:00:00
809 bridge fdb append $zmac dev vxlan0 self dst $LOCAL_IP_2
[all …]
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c357 u8 zmac[ETH_ALEN] = {}; in mt7601u_mac_wcid_setup() local
366 memcpy(zmac, mac, sizeof(zmac)); in mt7601u_mac_wcid_setup()
368 mt7601u_addr_wr(dev, MT_WCID_ADDR(idx), zmac); in mt7601u_mac_wcid_setup()
/linux/drivers/scsi/fnic/
H A Dfip.c733 u8 zmac[ETH_ALEN] = { 0, 0, 0, 0, 0, 0 }; in fnic_work_on_fip_timer() local
737 if (memcmp(iport->selected_fcf.fcf_mac, zmac, ETH_ALEN) != 0) { in fnic_work_on_fip_timer()