Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c959 NPC_WRITE_FLOW(NPC_INNER_VID, vlan_itci, ntohs(pkt->vlan_itci), 0, in npc_update_flow()
960 ntohs(mask->vlan_itci), 0); in npc_update_flow()
H A Dmbox.h1482 __be16 vlan_itci; member
H A Drvu_debugfs.c2789 seq_printf(s, "0x%x ", ntohs(rule->packet.vlan_itci)); in rvu_dbg_npc_mcam_show_flows()
2791 ntohs(rule->mask.vlan_itci)); in rvu_dbg_npc_mcam_show_flows()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c504 flow_spec->vlan_itci = htons(vlan_tci); in otx2_tc_process_vlan()
505 flow_mask->vlan_itci = htons(vlan_tci_mask); in otx2_tc_process_vlan()