Lines Matching refs:mac_addr
989 u16 flags, u8 *mac_addr, in i40e_aq_mac_address_write() argument
1000 cmd_data->mac_sah = cpu_to_le16((u16)mac_addr[0] << 8 | mac_addr[1]); in i40e_aq_mac_address_write()
1001 cmd_data->mac_sal = cpu_to_le32(((u32)mac_addr[2] << 24) | in i40e_aq_mac_address_write()
1002 ((u32)mac_addr[3] << 16) | in i40e_aq_mac_address_write()
1003 ((u32)mac_addr[4] << 8) | in i40e_aq_mac_address_write()
1004 mac_addr[5]); in i40e_aq_mac_address_write()
1018 i40e_status i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr) in i40e_get_mac_addr() argument
1027 ether_addr_copy(mac_addr, addrs.pf_lan_mac); in i40e_get_mac_addr()
1039 i40e_status i40e_get_port_mac_addr(struct i40e_hw *hw, u8 *mac_addr) in i40e_get_port_mac_addr() argument
1050 ether_addr_copy(mac_addr, addrs.port_mac); in i40e_get_port_mac_addr()
1097 i40e_status i40e_get_san_mac_addr(struct i40e_hw *hw, u8 *mac_addr) in i40e_get_san_mac_addr() argument
1108 ether_addr_copy(mac_addr, addrs.pf_san_mac); in i40e_get_san_mac_addr()
3772 u8 *mac_addr, u16 ethtype, u16 flags, in i40e_aq_add_rem_control_packet_filter() argument
3798 if (mac_addr) in i40e_aq_add_rem_control_packet_filter()
3799 ether_addr_copy(cmd->mac, mac_addr); in i40e_aq_add_rem_control_packet_filter()