Searched refs:atapi_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/powerpc/ps3/
H A Dps3cdrom.c612 struct lv1_atapi_cmd atapi_cmd; local
614 bzero(&atapi_cmd, sizeof(atapi_cmd));
615 atapi_cmd.pktlen = 12;
616 bcopy(cdb, atapi_cmd.pkt, ccb->csio.cdb_len);
619 atapi_cmd.in_out = DIR_READ;
620 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
623 atapi_cmd.in_out = DIR_WRITE;
624 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
627 atapi_cmd
[all...]

Completed in 45 milliseconds