Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c329 struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in bcm_sf2_cfp_ipv4_rule_set() local
341 v4_m_spec = &fs->m_u.tcp_ip4_spec; in bcm_sf2_cfp_ipv4_rule_set()
346 v4_m_spec = &fs->m_u.udp_ip4_spec; in bcm_sf2_cfp_ipv4_rule_set()
415 bcm_sf2_cfp_slice_ipv4(priv, v4_m_spec, SLICE_NUM_MASK, true); in bcm_sf2_cfp_ipv4_rule_set()
941 struct ethtool_tcpip4_spec *v4_spec = NULL, *v4_m_spec = NULL; in bcm_sf2_cfp_ipv4_rule_get() local
951 v4_m_spec = &fs->m_u.tcp_ip4_spec; in bcm_sf2_cfp_ipv4_rule_get()
956 v4_m_spec = &fs->m_u.udp_ip4_spec; in bcm_sf2_cfp_ipv4_rule_get()
969 return bcm_sf2_cfp_unslice_ipv4(priv, v4_m_spec, true); in bcm_sf2_cfp_ipv4_rule_get()