Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h327 size_t scsa2usb_secsz[SCSA2USB_MAX_LUNS]; member
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c2806 if (scsa2usbp->scsa2usb_secsz[ap->a_lun] == 0) { in scsa2usb_scsi_getcap()
2818 if (scsa2usbp->scsa2usb_secsz[ap->a_lun] > DEV_BSIZE) { in scsa2usb_scsi_getcap()
2820 scsa2usbp->scsa2usb_secsz[ap->a_lun] / DEV_BSIZE; in scsa2usb_scsi_getcap()
2821 } else if (scsa2usbp->scsa2usb_secsz[ap->a_lun] < in scsa2usb_scsi_getcap()
2824 DEV_BSIZE / scsa2usbp->scsa2usb_secsz[ap->a_lun]; in scsa2usb_scsi_getcap()
2907 scsa2usbp->scsa2usb_secsz[ap->a_lun] = value; in scsa2usb_scsi_setcap()