Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c362 eq->entry_count = entry_count; in hw_new_eq()
381 eq->entry_count); in hw_new_eq()
408 cq->entry_count = entry_count; in hw_new_cq()
416 eq->entry_count); in hw_new_cq()
423 cq->entry_count); in hw_new_cq()
462 cq->entry_count = entry_count; in hw_new_cq_set()
511 mq->entry_count = entry_count; in hw_new_mq()
526 mq->entry_count); in hw_new_mq()
555 wq->entry_count = entry_count; in hw_new_wq()
612 rq->entry_count, in hw_new_rq()
[all …]
H A Docs_utils.c294 if (va->entry_count < va->array_count) { in ocs_varray_add()
295 va->array[va->entry_count++] = entry; in ocs_varray_add()
361 if (++va->next_index >= va->entry_count) { in _ocs_varray_iter_next()
412 rc = va->entry_count; in ocs_varray_get_count()
419 uint32_t entry_count; /*<< entry count */ member
450 cbuf->entry_count = entry_count; in ocs_cbuf_alloc()
508 if (unlikely(++cbuf->cidx >= cbuf->entry_count)) { in ocs_cbuf_get()
724 uint32_t entry_count = 0; in ocs_ddump_queue_entries() local
729 entry_count = length; in ocs_ddump_queue_entries()
732 entry_count = qentries; in ocs_ddump_queue_entries()
[all …]
H A Docs_hw.h1102 uint32_t entry_count; member
1117 uint32_t entry_count; /*<< Number of entries */ member
1138 uint32_t entry_count; member
1154 uint32_t entry_count; member
1199 uint32_t entry_count; member
1232 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count);
1233 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count);
1234 …ern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count);
1235 extern hw_mq_t *hw_new_mq(hw_cq_t *cq, uint32_t entry_count);
1236 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp);
[all …]
H A Docs_utils.h53 extern ocs_varray_t *ocs_varray_alloc(ocs_os_handle_t os, uint32_t entry_count);
70 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
H A Docs_hw.c789 count += hw->hw_rq[i]->entry_count; in ocs_hw_init()
1427 for (j = 0; j < rq->entry_count; j++) { in ocs_hw_reset()
8059 for (j = 0; j < rq->entry_count; j++) { in ocs_hw_get_rqes_produced_count()
11660 rq->hdr_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, hdr_size); in ocs_hw_rx_allocate()
11668 rq->entry_count, hdr_size); in ocs_hw_rx_allocate()
11673 rq->payload_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, payload_size); in ocs_hw_rx_allocate()
11680 rq->entry_count, payload_size); in ocs_hw_rx_allocate()
11709 for (i = 0; i < rq->entry_count-1; i++) { in ocs_hw_rx_post()
11746 ocs_hw_rx_buffer_free(hw, rq->hdr_buf, rq->entry_count); in ocs_hw_rx_free()
11748 ocs_hw_rx_buffer_free(hw, rq->payload_buf, rq->entry_count); in ocs_hw_rx_free()
H A Docs_ddump.c102 for (j = 0; j < rq->entry_count; j++) { in ocs_ddump_sli4_queue()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_004_pos.ksh93 typeset -i entry_count=$(zpool history $spool | wc -l)
95 if ((entry_count - orig_count != 200)); then
96 log_fail "The entries count error: entry_count=$entry_count " \
H A Dhistory_003_pos.ksh81 typeset -i entry_count=$(wc -l < $TMPFILE)
/freebsd/usr.sbin/bhyve/amd64/
H A Dmptbl.c342 mpch->entry_count += ncpu; in mptable_build()
347 mpch->entry_count += MPE_NUM_BUSES; in mptable_build()
352 mpch->entry_count++; in mptable_build()
358 mpch->entry_count += ioints; in mptable_build()
363 mpch->entry_count += MPEII_NUM_LOCAL_IRQ; in mptable_build()
/freebsd/lib/libsecureboot/efi/
H A Defi_variables.c175 int digest_count, entry_count; in efi_get_forbidden_digests() local
223 entry_count = list->SignatureListSize - header_size; in efi_get_forbidden_digests()
224 entry_count /= list->SignatureSize; in efi_get_forbidden_digests()
226 while (entry_count-- > 0) { in efi_get_forbidden_digests()
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_003_pos.ksh74 typeset -i entry_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}')
77 ((count_diff = entry_count - orig_count))
/freebsd/usr.bin/etdump/
H A Detdump.c160 int entry_count; in dump_eltorito() local
201 entry_count = dump_section(buffer, sizeof(buffer), offset, in dump_eltorito()
204 offset += entry_count * ET_BOOT_ENTRY_SIZE; in dump_eltorito()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h109 uint32_t entry_count, uint32_t function_offset,
114 uint32_t entry_count,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp47 uint8_t entry_count = debug_macro_data.GetU8(offset); in SkipOperandTable() local
48 for (uint8_t i = 0; i < entry_count; i++) { in SkipOperandTable()
/freebsd/usr.bin/mkimg/
H A Dvhdx.c99 uint32_t entry_count; member
114 uint16_t entry_count; member
278 le32enc(&header.entry_count, 2); in vhdx_write_region_tables()
335 le16enc(&header.entry_count, 5); in vhdx_write_metadata()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp412 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
422 uint32_t high = entry_count; in BinarySearchRegularSecondPage()
452 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument
458 uint32_t high = entry_count; in BinarySearchCompressedSecondPage()
561 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local
564 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
623 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local
630 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.h461 #define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \ argument
463 if ((index) + 1 == entry_count) \
/freebsd/sys/x86/include/
H A Dmptable.h71 uint16_t entry_count; member
/freebsd/tools/tools/ncpus/
H A Dbiosmptable.c85 for (i = 0; i < mpcth->entry_count; i++) { in biosmptable_detect()
/freebsd/sys/x86/x86/
H A Dmptable.c271 mpct->entry_count = (uint16_t)(nentries); in compute_entry_count()
369 if (mpct->entry_count == 0) in mptable_probe()
490 for (i = 0; i < mpct->entry_count; i++) { in mptable_walk_table()
/freebsd/usr.sbin/mptable/
H A Dmptable.c566 printf( " entry count:\t\t\t%d\n", cth->entry_count ); in MPConfigTableHeader()
591 for (c = cth->entry_count; c; c--) { in MPConfigTableHeader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1787 int entry_count = lines->getChildCount(); in ParseCompileUnitLineTable() local
1794 for (int i = 0; i < entry_count; ++i) { in ParseCompileUnitLineTable()
1847 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable()
/freebsd/sys/sys/
H A Data.h792 uint8_t entry_count; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c598 u8 entry_count; in mt7615_mcu_muar_config() member
606 .entry_count = 1, in mt7615_mcu_muar_config()
/freebsd/sys/cam/ata/
H A Data_da.c3147 && (softc->ata_iddir.entry_count > 0)) { in adadone()
3150 num_entries = softc->ata_iddir.entry_count; in adadone()

12