Lines Matching defs:other_addr
1101 * @other_addr: Other MAC address. Used for multiple network device mode.
1114 u8 other_addr[ETH_ALEN];
6498 hw_priv->hw.ksz_switch->other_addr[j++] =
6500 hw_priv->hw.ksz_switch->other_addr[5] +=
6524 sw->other_addr[5] = (u8) data[0];
6525 sw->other_addr[4] = (u8)(data[0] >> 8);
6526 sw->other_addr[3] = (u8) data[1];
6527 sw->other_addr[2] = (u8)(data[1] >> 8);
6528 sw->other_addr[1] = (u8) data[2];
6529 sw->other_addr[0] = (u8)(data[2] >> 8);
6663 memcpy(sw->other_addr, hw->override_addr, ETH_ALEN);
6717 ether_addr_copy(addr, sw->other_addr);
6718 if (ether_addr_equal(sw->other_addr, hw->override_addr))