Home
last modified time | relevance | path

Searched refs:NPC_ETYPE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c19 [NPC_ETYPE] = "ether type",
377 key_fields[NPC_ETYPE] = *etype_ether; in npc_handle_multi_layer_fields()
379 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
381 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
391 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
400 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
409 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
413 start_lid = key_fields[NPC_ETYPE].layer_mdata.lid + 1; in npc_handle_multi_layer_fields()
414 if (npc_check_overlap(rvu, blkaddr, NPC_ETYPE, start_lid, intf)) { in npc_handle_multi_layer_fields()
418 *features |= BIT_ULL(NPC_ETYPE); in npc_handle_multi_layer_fields()
[all …]
H A Dnpc.h188 NPC_ETYPE, enumerator
H A Drvu_debugfs.c3329 case NPC_ETYPE: in rvu_dbg_npc_mcam_show_flows()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c596 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
603 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
658 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
731 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
738 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
788 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
850 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_flow_request()
H A Dotx2_tc.c670 req->features |= BIT_ULL(NPC_ETYPE); in otx2_tc_prepare_flow()