Searched refs:ncq (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | pci_ahci.c | 675 int err, first, ncq, readop; in ahci_handle_rw() local 679 ncq = 0; in ahci_handle_rw() 700 ncq = 1; in ahci_handle_rw() 743 if (ncq && first) in ahci_handle_rw() 821 int ncq; in ahci_handle_dsm_trim() local 829 ncq = 0; in ahci_handle_dsm_trim() 833 ncq = 1; in ahci_handle_dsm_trim() 851 if (ncq) { in ahci_handle_dsm_trim() 871 bool first, ncq; in ahci_handle_next_trim() local 875 ncq = false; in ahci_handle_next_trim() [all …]
|
H A D | pci_nvme.c | 471 pci_nvme_init_queues(struct pci_nvme_softc *sc, uint32_t nsq, uint32_t ncq) in pci_nvme_init_queues() argument 501 if (ncq > NVME_QUEUES) { in pci_nvme_init_queues() 503 __func__, ncq, NVME_QUEUES); in pci_nvme_init_queues() 504 ncq = NVME_QUEUES; in pci_nvme_init_queues() 507 sc->num_cqueues = ncq; in pci_nvme_init_queues() 1337 struct nvme_completion_queue *ncq; in nvme_opc_create_io_cq() local 1360 ncq = &sc->compl_queues[qid]; in nvme_opc_create_io_cq() 1361 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1; in nvme_opc_create_io_cq() 1362 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_cq() 1363 if (ncq->intr_vec > (sc->max_queues + 1)) { in nvme_opc_create_io_cq() [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_stp_request.h | 79 U32 ncq; member
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_set.c | 124 MPS_COMMAND(set, ncq, set_ncq, "[enable|disable]", "set SATA NCQ function")
|
/freebsd/sys/dev/hptrr/ |
H A D | him.h | 227 struct ncq_control ncq; member
|
/freebsd/sys/dev/hpt27xx/ |
H A D | him.h | 259 struct ncq_control ncq; member
|
/freebsd/sys/dev/hptnr/ |
H A D | him.h | 259 struct ncq_control ncq; member
|