Home
last modified time | relevance | path

Searched refs:ncq (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c159 if (xp->ncq == 0) { in pmcs_sata_special_work()
169 xp->ncq = 1; in pmcs_sata_special_work()
286 if (xp->ncq && (xp->qdepth > 1)) { in pmcs_sata_special_work()
H A Dpmcs_scsa.c2515 if (xp->ncq) { in pmcs_SATA_run()
/titanic_41/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2024 int on_bit = 0x01, slot, sactive, ret, ncq = 0; in nv_start_common() local
2063 ncq = NVSLOT_NCQ; in nv_start_common()
2075 nv_slotp->nvslot_flags = ncq; in nv_start_common()
2188 if (ncq == NVSLOT_NCQ) { in nv_start_common()
3705 uint8_t cmd, ncq; in nv_start_async() local
3711 ncq = ((cmd == SATAC_WRITE_FPDMA_QUEUED) || in nv_start_async()
3714 if (ncq == B_FALSE) { in nv_start_async()
4190 uint8_t cmd, ncq = B_FALSE; in nv_program_taskfile_regs() local
4200 ncq = B_TRUE; in nv_program_taskfile_regs()
4239 ASSERT(ncq != B_TRUE); in nv_program_taskfile_regs()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h92 ncq : 1, /* SATA specific */ member
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c823 if (xs.ncq) { in display_targets()