Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h249 typedef struct scsa2usb_last_cmd { struct
332 scsa2usb_last_cmd_t scsa2usb_last_cmd; /* last/prev command */ member
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c5166 scsa2usbp->scsa2usb_last_cmd.status = p[2]; in scsa2usb_handle_data_done()
5317 len = sizeof (scsa2usbp->scsa2usb_last_cmd.cdb); in scsa2usb_pkt_completion()
5318 bzero(scsa2usbp->scsa2usb_last_cmd.cdb, len); in scsa2usb_pkt_completion()
5326 bcopy(pkt->pkt_cdbp, scsa2usbp->scsa2usb_last_cmd.cdb, len); in scsa2usb_pkt_completion()
5331 scsa2usbp->scsa2usb_last_cmd.status = 0; in scsa2usb_pkt_completion()