Searched defs:command_list (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/aacraid/
H A Dcommsup.c1247 struct scsi_cmnd *command_list; local
1353 command_list = NULL;
1359 command->SCp.buffer = (struct scatterlist *)command_list;
1360 command_list = command;
1364 while ((command = command_list)) {
1365 command_list = (struct scsi_cmnd *)command->SCp.buffer;
/drivers/block/mtip32xx/
H A Dmtip32xx.h325 void *command_list; member in struct:mtip_port

Completed in 46 milliseconds