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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dps3rom.c98 struct lv1_atapi_cmnd_block atapi_cmnd; local
106 memset(&atapi_cmnd, 0, sizeof(struct lv1_atapi_cmnd_block));
107 memcpy(&atapi_cmnd.pkt, cmd->cmnd, 12);
108 atapi_cmnd.pktlen = 12;
109 atapi_cmnd.block_size = 1; /* transfer size is block_size * blocks */
110 atapi_cmnd.blocks = atapi_cmnd.arglen = scsi_bufflen(cmd);
111 atapi_cmnd.buffer = dev->bounce_lpar;
116 atapi_cmnd.proto = DMA_PROTO;
118 atapi_cmnd
[all...]

Completed in 90 milliseconds