Home
last modified time | relevance | path

Searched refs:NPC_TYPE_ICMP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h226 NPC_TYPE_ICMP, enumerator
H A Drvu_npc_fs.c56 [NPC_TYPE_ICMP] = "icmp type",
655 NPC_SCAN_HDR(NPC_TYPE_ICMP, NPC_LID_LD, NPC_LT_LD_ICMP, 0, 1); in npc_scan_ldata()
702 BIT_ULL(NPC_TYPE_ICMP) | BIT_ULL(NPC_CODE_ICMP) | in npc_set_features()
1155 NPC_WRITE_FLOW(NPC_TYPE_ICMP, icmp_type, pkt->icmp_type, 0, in npc_update_flow()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c931 req->features |= BIT_ULL(NPC_TYPE_ICMP); in otx2_tc_prepare_flow()