Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c19 [NPC_ETYPE] = "ether type",
366 key_fields[NPC_ETYPE] = *etype_ether; in npc_handle_multi_layer_fields()
368 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
370 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
380 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
389 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
398 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
402 start_lid = key_fields[NPC_ETYPE].layer_mdata.lid + 1; in npc_handle_multi_layer_fields()
403 if (npc_check_overlap(rvu, blkaddr, NPC_ETYPE, start_lid, intf)) { in npc_handle_multi_layer_fields()
407 *features |= BIT_ULL(NPC_ETYPE); in npc_handle_multi_layer_fields()
[all …]
Dnpc.h183 NPC_ETYPE, enumerator
Drvu_debugfs.c2781 case NPC_ETYPE: in rvu_dbg_npc_mcam_show_flows()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c588 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
595 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
650 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
723 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
730 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
780 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
842 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_flow_request()
Dotx2_tc.c536 req->features |= BIT_ULL(NPC_ETYPE); in otx2_tc_prepare_flow()