Home
last modified time | relevance | path

Searched refs:h_ext (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dethtool.h23 struct ethtool_flow_ext h_ext; member
/linux-4.1.27/include/uapi/linux/
Dethtool.h792 struct ethtool_flow_ext h_ext; member
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2378 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
2380 fsp->h_ext.vlan_etype = rule->filter.formatted.flex_bytes; in ixgbe_get_ethtool_fdir_entry()
2382 fsp->h_ext.data[1] = htonl(rule->filter.formatted.vm_pool); in ixgbe_get_ethtool_fdir_entry()
2650 (unsigned char)ntohl(fsp->h_ext.data[1]); in ixgbe_add_ethtool_fdir_entry()
2653 input->filter.formatted.vlan_id = fsp->h_ext.vlan_tci; in ixgbe_add_ethtool_fdir_entry()
2656 fsp->h_ext.vlan_etype; in ixgbe_add_ethtool_fdir_entry()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dethtool.c866 rule->h_ext.vlan_tci = spec.outer_vid; in efx_ethtool_get_class_rule()
1048 spec.outer_vid = rule->h_ext.vlan_tci; in efx_ethtool_set_class_rule()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1134 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_VID_MASK; in vlan_tci_vid()
1144 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()
1154 return (be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_prio()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1273 if (be16_to_cpu(cmd->fs.h_ext.vlan_tci) >= VLAN_N_VID) in mlx4_en_validate_flow()
1296 spec_l2->eth.vlan_id = cmd->fs.h_ext.vlan_tci; in mlx4_en_ethtool_add_mac_rule()
1316 memcpy(&mac, cmd->fs.h_ext.h_dest, ETH_ALEN); in mlx4_en_ethtool_add_mac_rule_by_ipv4()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1921 fsp->h_ext.data[1] = htonl(vsi->vf_id); in i40e_get_ethtool_fdir_entry()
2281 if (ntohl(fsp->h_ext.data[1]) >= pf->num_alloc_vfs) { in i40e_add_fdir_ethtool()
2285 vf_id = ntohl(fsp->h_ext.data[1]); in i40e_add_fdir_ethtool()