Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h213 NPC_SPORT_UDP, enumerator
H A Drvu_npc_fs.c42 [NPC_SPORT_UDP] = "udp source port",
649 NPC_SCAN_HDR(NPC_SPORT_UDP, NPC_LID_LD, NPC_LT_LD_UDP, 0, 2); in npc_scan_ldata()
698 proto_flags = BIT_ULL(NPC_SPORT_TCP) | BIT_ULL(NPC_SPORT_UDP) | in npc_set_features()
1145 NPC_WRITE_FLOW(NPC_SPORT_UDP, sport, ntohs(pkt->sport), 0, in npc_update_flow()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c791 req->features |= BIT_ULL(NPC_SPORT_UDP); in otx2_prepare_ipv4_flow()
921 req->features |= BIT_ULL(NPC_SPORT_UDP); in otx2_prepare_ipv6_flow()
H A Dotx2_tc.c851 req->features |= BIT_ULL(NPC_SPORT_UDP); in otx2_tc_prepare_flow()