Searched refs:ext_m_spec (Results 1 – 1 of 1) sorted by relevance
3194 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local3196 if (ext_m_spec->vlan_etype) { in ethtool_rx_flow_rule_create()3198 match->mask.vlan.vlan_tpid = ext_m_spec->vlan_etype; in ethtool_rx_flow_rule_create()3201 if (ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()3205 ntohs(ext_m_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()3210 !!(ext_m_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()3215 (ntohs(ext_m_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()3218 if (ext_m_spec->vlan_etype || in ethtool_rx_flow_rule_create()3219 ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()3228 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local[all …]