Home
last modified time | relevance | path

Searched refs:op_count (Results 1 – 5 of 5) 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.c4833 uint32_t op_count, addr, stride, value = 0; in ql_rdcrb() local
4836 op_count = crb_entry->op_count; in ql_rdcrb()
4839 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in ql_rdcrb()
4853 return (op_count * (2 * sizeof(uint32_t))); in ql_rdcrb()
4875 loop_cnt = cacheEntry->op_count; in ql_L2Cache()
4969 loop_cnt = cacheEntry->op_count; in ql_L1Cache()
5019 loop_cnt = ocmEntry->op_count; in ql_rdocm()
5112 for (loop_cnt = 0; loop_cnt < muxEntry->op_count; loop_cnt++) { in ql_rdmux()
5215 for (loop_cnt = 0, queue_id = 0; loop_cnt < queueEntry->op_count; in ql_rdqueue()
5254 for (count = 0; count < crbEntry->op_count; count++) { in ql_cntrl()
[all …]
/freebsd/crypto/openssl/apps/
H A Dspeed.c1474 long op_count = 1; in speed_main() local
2612 op_count = 1; in speed_main()
2626 op_count = count; in speed_main()
2659 if (op_count <= 1) { in speed_main()
2692 op_count = 1; in speed_main()
2705 op_count = count; in speed_main()
2738 if (op_count <= 1) { in speed_main()
2771 op_count = 1; in speed_main()
2784 op_count = count; in speed_main()
2817 if (op_count <= 1) { in speed_main()
[all …]
/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()