Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.h143 #define FBNIC_RPC_TCAM_ACT1_IP_IS_V6 CSR_BIT(11) macro
H A Dfbnic_ethtool.c490 } else if ((act_tcam->value.tcam[1] & FBNIC_RPC_TCAM_ACT1_IP_IS_V6)) { in fbnic_get_cls_rule()
809 flow_mask &= ~(FBNIC_RPC_TCAM_ACT1_IP_IS_V6 | in fbnic_set_cls_rule_ins()
917 flow_value |= FBNIC_RPC_TCAM_ACT1_IP_IS_V6 | in fbnic_set_cls_rule_ins()
920 flow_mask &= ~(FBNIC_RPC_TCAM_ACT1_IP_IS_V6 | in fbnic_set_cls_rule_ins()
H A Dfbnic_rpc.c247 ((_v6) ? FBNIC_RPC_TCAM_ACT1_IP_IS_V6 : 0))