Searched refs:l_data (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2601 !is_unicast_ether_addr(fi->l_data.mac.mac_addr)) ||
2603 !is_unicast_ether_addr(fi->l_data.mac.mac_addr)))
2702 daddr = f_info->l_data.mac.mac_addr;
2705 vlan_id = f_info->l_data.vlan.vlan_id;
2706 if (f_info->l_data.vlan.tpid_valid)
2707 vlan_tpid = f_info->l_data.vlan.tpid;
2715 daddr = f_info->l_data.ethertype_mac.mac_addr;
2719 *off = cpu_to_be16(f_info->l_data.ethertype_mac.ethertype);
2722 daddr = f_info->l_data.mac_vlan.mac_addr;
2723 vlan_id = f_info->l_data
[all...]
H A Dice_switch.h110 } l_data; /* Make sure to zero out the memory of l_data before using member in struct:ice_fltr_info
H A Dice_fltr.c237 ether_addr_copy(info.l_data.mac.mac_addr, mac);
260 info.l_data.vlan.vlan_id = vlan->vid;
261 info.l_data.vlan.tpid = vlan->tpid;
262 info.l_data.vlan.tpid_valid = true;
287 info.l_data.ethertype_mac.ethertype = ethertype;

Completed in 161 milliseconds