Searched refs:scsa2usb_last_cmd (Results 1 – 2 of 2) sorted by relevance
249 typedef struct scsa2usb_last_cmd { struct332 scsa2usb_last_cmd_t scsa2usb_last_cmd; /* last/prev command */ member
5166 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()