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

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c224 counter_u64_t stats_blkcipher_encrypt; member in struct:ccr_softc
2072 CTLFLAG_RD, &sc->stats_blkcipher_encrypt,
2198 sc->stats_blkcipher_encrypt = counter_u64_alloc(M_WAITOK);
2243 counter_u64_free(sc->stats_blkcipher_encrypt);
2787 counter_u64_add(sc->stats_blkcipher_encrypt, 1);

Completed in 106 milliseconds