Home
last modified time | relevance | path

Searched refs:op_count (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_minidump.h202 uint32_t op_count; member
228 uint32_t op_count; member
262 uint32_t op_count; member
316 uint32_t op_count; member
369 uint32_t op_count ; member
404 uint32_t op_count; member
434 uint16_t op_count; member
H A Dql_hw.c4838 uint32_t op_count, addr, stride, value = 0; in ql_rdcrb() local
4841 op_count = crb_entry->op_count; in ql_rdcrb()
4844 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in ql_rdcrb()
4858 return (op_count * (2 * sizeof(uint32_t))); in ql_rdcrb()
4880 loop_cnt = cacheEntry->op_count; in ql_L2Cache()
4974 loop_cnt = cacheEntry->op_count; in ql_L1Cache()
5024 loop_cnt = ocmEntry->op_count; in ql_rdocm()
5117 for (loop_cnt = 0; loop_cnt < muxEntry->op_count; loop_cnt++) { in ql_rdmux()
5220 for (loop_cnt = 0, queue_id = 0; loop_cnt < queueEntry->op_count; in ql_rdqueue()
5259 for (count = 0; count < crbEntry->op_count; count++) { in ql_cntrl()
[all …]
/freebsd/crypto/openssl/apps/
H A Dspeed.c1983 long op_count = 1; in speed_main() local
3327 op_count = 1; in speed_main()
3340 op_count = count; in speed_main()
3389 op_count = 1; in speed_main()
3402 op_count = count; in speed_main()
3422 op_count = 1; in speed_main()
3435 op_count = count; in speed_main()
3438 if (op_count <= 1) { in speed_main()
3472 op_count = 1; in speed_main()
3484 op_count = count; in speed_main()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_record_shared.h63 uint64_t op_count; member
H A Dquic_record_shared.c276 el->op_count = 0; in ossl_qrl_enc_level_set_provide_secret()
415 el->op_count = 0; in ossl_qrl_enc_level_set_key_update()
H A Dquic_record_tx.c503 if (el->op_count >= ossl_qrl_get_suite_max_pkt(el->suite_id)) { in qtx_encrypt_into_txe()
586 ++el->op_count; in qtx_encrypt_into_txe()
1092 return el->op_count; in ossl_qtx_get_cur_epoch_pkt_count()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_datavar.h142 bhnd_nvram_data_op_count *op_count; member
H A Dbhnd_nvram_data.c359 return (nv->cls->op_count(nv)); in bhnd_nvram_data_count()