Searched refs:other_addr (Results 1 – 1 of 1) sorted by relevance
1182 u8 other_addr[ETH_ALEN]; member6868 hw_priv->hw.ksz_switch->other_addr[j++] = in get_mac_addr()6870 hw_priv->hw.ksz_switch->other_addr[5] += in get_mac_addr()6894 sw->other_addr[5] = (u8) data[0]; in read_other_addr()6895 sw->other_addr[4] = (u8)(data[0] >> 8); in read_other_addr()6896 sw->other_addr[3] = (u8) data[1]; in read_other_addr()6897 sw->other_addr[2] = (u8)(data[1] >> 8); in read_other_addr()6898 sw->other_addr[1] = (u8) data[2]; in read_other_addr()6899 sw->other_addr[0] = (u8)(data[2] >> 8); in read_other_addr()7033 memcpy(sw->other_addr, hw->override_addr, ETH_ALEN); in pcidev_init()[all …]