Searched refs:ncq (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.h81 U32 ncq; member in union:SCIC_SDS_STP_REQUEST::__anon12383
/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_set.c93 warn("set ncq: Only 'enable' and 'disable' allowed.");
119 warn("set ncq: too many arguments");
128 MPS_COMMAND(set, ncq, set_ncq, "[enable|disable]", "set SATA NCQ function")
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_nvme.c395 pci_nvme_init_queues(struct pci_nvme_softc *sc, uint32_t nsq, uint32_t ncq) argument
425 if (ncq > NVME_QUEUES) {
427 __func__, ncq, NVME_QUEUES);
428 ncq = NVME_QUEUES;
431 sc->num_cqueues = ncq;
1012 struct nvme_completion_queue *ncq; local
1035 ncq = &sc->compl_queues[qid];
1036 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1;
1037 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff;
1038 if (ncq
[all...]
H A Dpci_ahci.c673 int err, first, ncq, readop; local
677 ncq = 0;
698 ncq = 1;
741 if (ncq && first)
821 int err, first, ncq; local
828 ncq = 0;
832 ncq = 1;
848 if (ncq) {
892 if (ncq && first)
1899 int slot, ncq, ds local
[all...]
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h261 struct ncq_control ncq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12158
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h261 struct ncq_control ncq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12189
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h229 struct ncq_control ncq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12199

Completed in 90 milliseconds