Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c24 [NPC_ETYPE] = "ether type",
348 key_fields[NPC_ETYPE] = *etype_ether; in npc_handle_multi_layer_fields()
350 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
352 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
360 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
367 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
374 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
378 start_lid = key_fields[NPC_ETYPE].layer_mdata.lid + 1; in npc_handle_multi_layer_fields()
379 if (npc_check_overlap(rvu, blkaddr, NPC_ETYPE, start_lid, intf)) in npc_handle_multi_layer_fields()
381 *features |= BIT_ULL(NPC_ETYPE); in npc_handle_multi_layer_fields()
[all …]
Dnpc.h183 NPC_ETYPE, enumerator
Drvu_debugfs.c2770 case NPC_ETYPE: in rvu_dbg_npc_mcam_show_flows()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c563 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
570 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
625 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
693 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
700 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
750 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
812 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_flow_request()
Dotx2_tc.c507 req->features |= BIT_ULL(NPC_ETYPE); in otx2_tc_prepare_flow()