Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c70 if (flow_info->keyx_supp_nmask[intf] & (1 << bit)) in flow_program_npc()
86 layer_info = ((flow_info->keyx_supp_nmask[intf] >> off) & 0x7); in flow_program_npc()
858 npc->keyx_supp_nmask[NPC_MCAM_RX] = in flow_process_mkex_cfg()
860 npc->keyx_supp_nmask[NPC_MCAM_TX] = in flow_process_mkex_cfg()
863 flow_supp_key_len(npc->keyx_supp_nmask[NPC_MCAM_RX]); in flow_process_mkex_cfg()
865 flow_supp_key_len(npc->keyx_supp_nmask[NPC_MCAM_TX]); in flow_process_mkex_cfg()
H A Dotx2_flow.h171 uint32_t keyx_supp_nmask[NPC_MAX_INTF];/* nibble mask */ member
H A Dotx2_vlan.c930 rx_keyx = npc->keyx_supp_nmask[NPC_MCAM_RX]; in nix_vlan_get_mkex_info()