Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c21 [NPC_ETYPE] = "ether type",
495 key_fields[NPC_ETYPE] = *etype_ether; in npc_handle_multi_layer_fields()
497 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
499 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
509 key_fields[NPC_ETYPE] = *etype_tag1; in npc_handle_multi_layer_fields()
518 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
527 key_fields[NPC_ETYPE] = *etype_tag2; in npc_handle_multi_layer_fields()
531 start_lid = key_fields[NPC_ETYPE].layer_mdata.lid + 1; in npc_handle_multi_layer_fields()
532 if (npc_check_overlap(rvu, blkaddr, NPC_ETYPE, start_lid, intf)) { in npc_handle_multi_layer_fields()
536 *features |= BIT_ULL(NPC_ETYPE); in npc_handle_multi_layer_fields()
[all …]
H A Dnpc.h192 NPC_ETYPE, enumerator
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c758 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
765 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
820 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv4_flow()
893 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
900 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
950 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_ipv6_flow()
1012 req->features |= BIT_ULL(NPC_ETYPE); in otx2_prepare_flow_request()
H A Dotx2_tc.c651 req->features |= BIT_ULL(NPC_ETYPE); in otx2_tc_prepare_flow()