Searched refs:other_addr (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c1177 * @other_addr: Other MAC address. Used for multiple network device mode.
1190 u8 other_addr[ETH_ALEN]; member in struct:ksz_switch
6877 hw_priv->hw.ksz_switch->other_addr[j++] = get_mac_addr()
6879 hw_priv->hw.ksz_switch->other_addr[5] += get_mac_addr()
6903 sw->other_addr[5] = (u8) data[0]; read_other_addr()
6904 sw->other_addr[4] = (u8)(data[0] >> 8); read_other_addr()
6905 sw->other_addr[3] = (u8) data[1]; read_other_addr()
6906 sw->other_addr[2] = (u8)(data[1] >> 8); read_other_addr()
6907 sw->other_addr[1] = (u8) data[2]; read_other_addr()
6908 sw->other_addr[0] = (u8)(data[2] >> 8); read_other_addr()
7042 memcpy(sw->other_addr, hw->override_addr, ETH_ALEN); pcidev_init()
7095 memcpy(dev->dev_addr, sw->other_addr, ETH_ALEN); pcidev_init()
7096 if (ether_addr_equal(sw->other_addr, hw->override_addr)) pcidev_init()

Completed in 94 milliseconds