Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.h147 #define FBNIC_RPC_TCAM_ACT1_L4_VALID CSR_BIT(15) macro
H A Dfbnic_ethtool.c713 if (act_tcam->value.tcam[1] & FBNIC_RPC_TCAM_ACT1_L4_VALID) { in fbnic_get_cls_rule()
765 if (act_tcam->value.tcam[1] & FBNIC_RPC_TCAM_ACT1_L4_VALID) { in fbnic_get_cls_rule()
940 flow_value |= FBNIC_RPC_TCAM_ACT1_L4_VALID; in fbnic_set_cls_rule_ins()
942 FBNIC_RPC_TCAM_ACT1_L4_VALID); in fbnic_set_cls_rule_ins()
1006 flow_value |= FBNIC_RPC_TCAM_ACT1_L4_VALID; in fbnic_set_cls_rule_ins()
1008 FBNIC_RPC_TCAM_ACT1_L4_VALID); in fbnic_set_cls_rule_ins()
H A Dfbnic_rpc.c261 (((_l4) ? FBNIC_RPC_TCAM_ACT1_L4_VALID : 0) | \