Lines Matching refs:other_addr
1190 u8 other_addr[ETH_ALEN]; member
6882 hw_priv->hw.ksz_switch->other_addr[j++] = in get_mac_addr()
6884 hw_priv->hw.ksz_switch->other_addr[5] += in get_mac_addr()
6908 sw->other_addr[5] = (u8) data[0]; in read_other_addr()
6909 sw->other_addr[4] = (u8)(data[0] >> 8); in read_other_addr()
6910 sw->other_addr[3] = (u8) data[1]; in read_other_addr()
6911 sw->other_addr[2] = (u8)(data[1] >> 8); in read_other_addr()
6912 sw->other_addr[1] = (u8) data[2]; in read_other_addr()
6913 sw->other_addr[0] = (u8)(data[2] >> 8); in read_other_addr()
7047 memcpy(sw->other_addr, hw->override_addr, ETH_ALEN); in pcidev_init()
7100 memcpy(dev->dev_addr, sw->other_addr, ETH_ALEN); in pcidev_init()
7101 if (ether_addr_equal(sw->other_addr, hw->override_addr)) in pcidev_init()