Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1063 #define sd_send_scsi_RDWR ssd_send_scsi_RDWR macro
1547 static int sd_send_scsi_RDWR(sd_ssc_t *ssc, uchar_t cmd, void *bufaddr,
1550 sd_send_scsi_RDWR(ssc, SCMD_READ, bufaddr, buflen, start_block, \
1553 sd_send_scsi_RDWR(ssc, SCMD_WRITE, bufaddr, buflen, start_block,\
21849 sd_send_scsi_RDWR(sd_ssc_t *ssc, uchar_t cmd, void *bufaddr, function