Home
last modified time | relevance | path

Searched refs:max_hw_pend_io (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme_sim.c331 max_trans = ctrlr->max_hw_pend_io; in nvme_sim_attach()
H A Dnvme_private.h245 uint32_t max_hw_pend_io; member
H A Dnvme_ctrlr.c194 ctrlr->max_hw_pend_io = num_trackers * ctrlr->num_io_queues * 3 / 4; in nvme_ctrlr_construct_io_qpairs()
/freebsd/sys/dev/ufshci/
H A Dufshci_sim.c350 max_trans = ctrlr->max_hw_pend_io; in ufshci_sim_attach()
H A Dufshci_private.h367 uint32_t max_hw_pend_io; member
H A Dufshci_ctrlr.c420 ctrlr->max_hw_pend_io = ctrlr->transfer_req_queue.num_entries - 1; in ufshci_ctrlr_construct()