Home
last modified time | relevance | path

Searched refs:num_commands (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c33 u_int num_commands; member
131 new_sqtail = (qp->sqtail + 1) % (qp->num_commands + 1); in nvmf_dispatch_command()
191 if (cid > qp->num_commands) { in nvmf_receive_capsule()
209 qp->sqhd = (qp->sqhd + 1) % (qp->num_commands + 1); in nvmf_receive_capsule()
275 NULL, qp->num_commands + 1, "Number of entries in queue"); in nvmf_sysctls_qp()
307 qp->num_commands = nvlist_get_number(nvl, "qsize") - 1; in nvmf_init_qp()
309 qp->num_commands += sc->num_aer; in nvmf_init_qp()
312 qp->num_commands, M_NVMF, M_WAITOK | M_ZERO); in nvmf_init_qp()
314 for (i = 0; i < qp->num_commands; i++) { in nvmf_init_qp()
371 for (u_int i = 0; i < qp->num_commands; i++) { in nvmf_shutdown_qp()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c657 u32 remain_frags, num_commands; in iwl_dbg_tlv_apply_buffer()
684 num_commands = DIV_ROUND_UP(remain_frags, BUF_ALLOC_MAX_NUM_FRAGS); in iwl_dbg_tlv_apply_buffer()
689 for (i = 0; i < num_commands; i++) { in iwl_dbg_tlv_apply_buffer()
652 u32 remain_frags, num_commands; iwl_dbg_tlv_apply_buffer() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3779 uint32_t num_commands = m_commands.GetSize(); in GetSubclassDescription() local
3780 for (uint32_t i = 0; i < num_commands; i++) { in GetSubclassDescription()