Lines Matching refs:addr
18 static s32 e1000_set_uc_addr_vf(struct e1000_hw *hw, u32 subcmd, u8 *addr);
110 u8 *addr = (u8 *)(&msgbuf[1]);
138 memcpy(hw->mac.perm_addr, addr, ETH_ALEN);
161 e1000_rar_set_vf(hw, hw->mac.addr, 0);
296 * @addr: pointer to the receive address
299 static void e1000_rar_set_vf(struct e1000_hw *hw, u8 *addr, u32 index)
308 memcpy(msg_addr, addr, ETH_ALEN);
328 memcpy(hw->mac.addr, hw->mac.perm_addr, ETH_ALEN);
337 * @addr: pointer to the filter MAC address
339 static s32 e1000_set_uc_addr_vf(struct e1000_hw *hw, u32 sub_cmd, u8 *addr)
351 if (addr)
352 memcpy(msg_addr, addr, ETH_ALEN);