Searched refs:scsi_ifgetcap (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_ctl.h75 int scsi_ifgetcap(struct scsi_address *ap, char *cap, int whom);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_capabilities.c40 scsi_ifgetcap(struct scsi_address *ap, char *cap, int whom) function
H A Dscsi_subr.c2230 max_hba_cdb = scsi_ifgetcap(ap, "max-cdb-length", 1);
2382 if (scsi_ifgetcap(uicmd->uic_ap, "synchronous", 1) == 1) {
2394 if (scsi_ifgetcap(uicmd->uic_ap, "synchronous", 1) == 0) {
H A Dscsi_watch.c333 if (scsi_ifgetcap(&pkt->pkt_address, "tagged-qing", 1) == 1) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c259 if (scsi_ifgetcap(&devp->sd_address, "interconnect-type", -1) ==
489 switch (scsi_ifgetcap(SES_ROUTE(ssc), "auto-rqsense", 1)) {
511 if (scsi_ifgetcap(SES_ROUTE(ssc), "wide-xfer", 1) != -1) {
H A Dsgen.c659 if (scsi_ifgetcap(&sg_state->sgen_scsiaddr, "wide-xfer", 1) != -1) {
690 if (scsi_ifgetcap(&sg_state->sgen_scsiaddr,
H A Dsd.c5246 geombuf = (uint_t)scsi_ifgetcap(SD_ADDRESS(un), "geometry", 1);
7375 switch (scsi_ifgetcap(SD_ADDRESS(un), "interconnect-type", -1)) {
7451 if (scsi_ifgetcap(SD_ADDRESS(un), "scsi-version", 1) ==
7777 } else if (scsi_ifgetcap(SD_ADDRESS(un),
7786 } else if ((scsi_ifgetcap(SD_ADDRESS(un), "untagged-qing", 0)
7878 max_xfer_size = scsi_ifgetcap(SD_ADDRESS(un), "dma-max", 1);
13625 un->un_max_hba_cdb = scsi_ifgetcap(SD_ADDRESS(un), "max-cdb-length", 1);
16502 * enabled and scsi_ifgetcap will always return true. The best approach
16503 * is to issue the scsi_ifgetcap() first, then try the scsi_ifsetcap().
16507 * is issue a scsi_ifsetcap then a scsi_ifgetcap
[all...]
H A Dst.c1007 if (scsi_ifgetcap(ROUTE, "auto-rqsense", 1) == 1) {
1018 (scsi_ifgetcap(ROUTE, "untagged-qing", 0) == 1);
1053 un->un_maxdma = scsi_ifgetcap(&devp->sd_address, "dma-max", 1);
1075 un->un_maxdma_arch = scsi_ifgetcap(&devp->sd_address, "dma-max-arch",
1092 scsi_ifgetcap(&devp->sd_address, "max-cdb-length", 1);
1929 if (scsi_ifgetcap(&un->un_sd->sd_address,
3858 * The new limits used are un_maxdma (retrieved using scsi_ifgetcap()
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c914 if (scsi_ifgetcap(&pkt->pkt_address, "tagged-qing", 1) == 1) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c1973 if (scsi_ifgetcap(ap, "auto-rqsense", 1) != 1) {
1977 arq_enabled = scsi_ifgetcap(ap, "auto-rqsense", 1);
/illumos-gate/usr/src/man/man9f/
H A DMakefile462 scsi_ifgetcap.9f \
2004 scsi_ifsetcap.9f := LINKSRC = scsi_ifgetcap.9f

Completed in 144 milliseconds