Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
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 …]
Dnpc.h188 NPC_ETYPE, enumerator
Drvu_debugfs.c3185 case NPC_ETYPE: in rvu_dbg_npc_mcam_show_flows()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c590 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
597 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
652 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
725 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
732 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
782 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
844 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_flow_request()
Dotx2_tc.c664 req->features |= BIT_ULL(NPC_ETYPE); in otx2_tc_prepare_flow()