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

/freebsd-11.0-release/sys/dev/ubsec/
H A Dubsecreg.h126 u_int16_t pc_flags; /* flags, below */ member in struct:ubsec_pktctx
140 volatile u_int16_t pc_flags; /* flags, same as above */ member in struct:ubsec_pktctx_long
H A Dubsec.c1144 ctx.pc_flags |= htole16(UBS_PKTCTX_ENC_3DES);
1161 ctx.pc_flags |= htole16(UBS_PKTCTX_INBOUND);
1190 ctx.pc_flags |= htole16(UBS_PKTCTX_AUTH_MD5);
1192 ctx.pc_flags |= htole16(UBS_PKTCTX_AUTH_SHA1);
1504 ctxl->pc_flags = ctx.pc_flags;
/freebsd-11.0-release/sys/dev/hwpmc/
H A Dhwpmc_piv.c434 unsigned char pc_flags[P4_NPMCS]; /* 4 bits each: {cfg,run}count */ member in struct:p4_cpu
448 #define P4_PCPU_GET_FLAGS(PC,RI,MASK) ((PC)->pc_flags[(RI)] & (MASK))
451 _tmp = (PC)->pc_flags[(RI)]; \
454 (PC)->pc_flags[(RI)] = _tmp; \

Completed in 114 milliseconds