Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_rxnfc.c227 if (fsp->location != RX_CLS_LOC_ANY && in tsnep_rxnfc_add_rule()
240 if (fsp->location == RX_CLS_LOC_ANY) { in tsnep_rxnfc_add_rule()
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c384 if (fs->location == RX_CLS_LOC_ANY) in bcm_sf2_cfp_ipv4_rule_set()
682 if (fs->location == RX_CLS_LOC_ANY) in bcm_sf2_cfp_ipv6_rule_set()
937 if (fs->location != RX_CLS_LOC_ANY && in bcm_sf2_cfp_rule_set()
945 if (fs->location != RX_CLS_LOC_ANY && in bcm_sf2_cfp_rule_set()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c656 if (loc != RX_CLS_LOC_ANY && loc >= NUM_NET_FILTERS) in bcmasp_netfilt_get_init()
662 if (loc != RX_CLS_LOC_ANY && init && priv->net_filters[loc].claimed) in bcmasp_netfilt_get_init()
666 if (wake_filter && loc != RX_CLS_LOC_ANY && (loc % 2)) in bcmasp_netfilt_get_init()
670 i = loc == RX_CLS_LOC_ANY ? 0 : loc; in bcmasp_netfilt_get_init()
/openbmc/linux/include/uapi/linux/
H A Dethtool.h2035 #define RX_CLS_LOC_ANY 0xffffffff macro
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2150 #define RX_CLS_LOC_ANY 0xffffffff macro
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1370 cmd->fs.location != RX_CLS_LOC_ANY) { in bcmgenet_validate_flow()
1453 if (cmd->fs.location == RX_CLS_LOC_ANY) { in bcmgenet_insert_flow()
1470 cmd->fs.location = RX_CLS_LOC_ANY; in bcmgenet_insert_flow()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c936 if (rule->location != RX_CLS_LOC_ANY) in efx_ethtool_set_class_rule()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c1045 if (rule->location != RX_CLS_LOC_ANY) in ef4_ethtool_set_class_rule()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c937 if (rule->location != RX_CLS_LOC_ANY) in efx_ethtool_set_class_rule()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2250 if (fs->location != RX_CLS_LOC_ANY) in mv88e6xxx_policy_insert()