Searched refs:proto_flags (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dspum.h147 __be32 proto_flags; member in struct:SCTX
H A Dspu.c63 pflags = be32_to_cpu(spuh->sa.proto_flags);
779 spuh->sa.proto_flags = cpu_to_be32(protocol_bits);
894 spuh->sa.proto_flags = cpu_to_be32(protocol_bits);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c564 u64 proto_flags; local
575 proto_flags = BIT_ULL(NPC_SPORT_TCP) | BIT_ULL(NPC_SPORT_UDP) |
583 if (*features & proto_flags) {
585 *features &= ~proto_flags;

Completed in 102 milliseconds