Lines Matching refs:ext_m_spec
3304 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local
3306 if (ext_m_spec->vlan_etype) { in ethtool_rx_flow_rule_create()
3308 match->mask.vlan.vlan_tpid = ext_m_spec->vlan_etype; in ethtool_rx_flow_rule_create()
3311 if (ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()
3315 ntohs(ext_m_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()
3320 !!(ext_m_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()
3325 (ntohs(ext_m_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()
3328 if (ext_m_spec->vlan_etype || in ethtool_rx_flow_rule_create()
3329 ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()
3338 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local
3342 memcpy(match->mask.eth_addrs.dst, ext_m_spec->h_dest, in ethtool_rx_flow_rule_create()