Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h339 size_t scsa2usb_secsz[SCSA2USB_MAX_LUNS]; member
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c2809 if (scsa2usbp->scsa2usb_secsz[ap->a_lun] == 0) { in scsa2usb_scsi_getcap()
2821 if (scsa2usbp->scsa2usb_secsz[ap->a_lun] > DEV_BSIZE) { in scsa2usb_scsi_getcap()
2823 scsa2usbp->scsa2usb_secsz[ap->a_lun] / DEV_BSIZE; in scsa2usb_scsi_getcap()
2824 } else if (scsa2usbp->scsa2usb_secsz[ap->a_lun] < in scsa2usb_scsi_getcap()
2827 DEV_BSIZE / scsa2usbp->scsa2usb_secsz[ap->a_lun]; in scsa2usb_scsi_getcap()
2910 scsa2usbp->scsa2usb_secsz[ap->a_lun] = value; in scsa2usb_scsi_setcap()