Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c570 req->features |= BIT_ULL(NPC_IPPROTO_TCP); in otx2_prepare_ipv4_flow()
644 req->features |= BIT_ULL(NPC_IPPROTO_TCP); in otx2_prepare_ipv4_flow()
774 req->features |= BIT_ULL(NPC_IPPROTO_TCP); in otx2_prepare_ipv6_flow()
Dotx2_tc.c685 req->features |= BIT_ULL(NPC_IPPROTO_TCP); in otx2_tc_prepare_flow()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h200 NPC_IPPROTO_TCP, enumerator
Drvu_npc_fs.c31 [NPC_IPPROTO_TCP] = "ip proto tcp",
587 *features |= BIT_ULL(NPC_IPPROTO_TCP) | in npc_set_features()
920 if (features & BIT_ULL(NPC_IPPROTO_TCP)) in npc_update_flow()