Home
last modified time | relevance | path

Searched refs:un_max_cdb_sz (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1041 int un_max_cdb_sz; /* max cdb size to use */ member
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c1091 un->un_max_cdb_sz = in st_attach()
1093 if (un->un_max_cdb_sz < CDB_GROUP0) { in st_attach()
1095 "HBA reported max-cdb-length as %d\n", un->un_max_cdb_sz); in st_attach()
1096 un->un_max_cdb_sz = CDB_GROUP4; /* optimistic default */ in st_attach()
14161 if (result == EINVAL && un->un_max_cdb_sz < CDB_GROUP4) { in st_is_dlt_tape_worm()
16550 } else if (result == EINVAL && un->un_max_cdb_sz < CDB_GROUP4) { in st_get_media_id_via_read_attribute()