Searched refs:scsa2usb_last_cmd (Results 1 – 2 of 2) sorted by relevance
261 typedef struct scsa2usb_last_cmd { struct344 scsa2usb_last_cmd_t scsa2usb_last_cmd; /* last/prev command */ member
5226 scsa2usbp->scsa2usb_last_cmd.status = p[2]; in scsa2usb_handle_data_done()5377 len = sizeof (scsa2usbp->scsa2usb_last_cmd.cdb); in scsa2usb_pkt_completion()5378 bzero(scsa2usbp->scsa2usb_last_cmd.cdb, len); in scsa2usb_pkt_completion()5386 bcopy(pkt->pkt_cdbp, scsa2usbp->scsa2usb_last_cmd.cdb, len); in scsa2usb_pkt_completion()5391 scsa2usbp->scsa2usb_last_cmd.status = 0; in scsa2usb_pkt_completion()