Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h214 NPC_DPORT_UDP, enumerator
H A Drvu_npc_fs.c43 [NPC_DPORT_UDP] = "udp destination port",
650 NPC_SCAN_HDR(NPC_DPORT_UDP, NPC_LID_LD, NPC_LT_LD_UDP, 2, 2); in npc_scan_ldata()
699 BIT_ULL(NPC_DPORT_TCP) | BIT_ULL(NPC_DPORT_UDP) | in npc_set_features()
1149 NPC_WRITE_FLOW(NPC_DPORT_UDP, dport, ntohs(pkt->dport), 0, in npc_update_flow()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c803 req->features |= BIT_ULL(NPC_DPORT_UDP); in otx2_prepare_ipv4_flow()
933 req->features |= BIT_ULL(NPC_DPORT_UDP); in otx2_prepare_ipv6_flow()
H A Dotx2_tc.c839 req->features |= BIT_ULL(NPC_DPORT_UDP); in otx2_tc_prepare_flow()