Searched refs:next_wcmd (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 Dncr53c8xx.c7961 #define next_wcmd host_scribble macro
7970 cmd->next_wcmd = NULL;
7973 while (wcmd->next_wcmd)
7974 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;
7975 wcmd->next_wcmd = (char *) cmd;
7986 *pcmd = (struct scsi_cmnd *) cmd->next_wcmd;
7987 cmd->next_wcmd = NULL;
7994 pcmd = (struct scsi_cmnd **) &(*pcmd)->next_wcmd;
8010 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;
8011 wcmd->next_wcmd
8028 #undef next_wcmd macro
[all...]

Completed in 416 milliseconds