to_abort         3316 drivers/scsi/sym53c8xx_2/sym_hipd.c 				if (cp->to_abort) {
to_abort         3349 drivers/scsi/sym53c8xx_2/sym_hipd.c 			if (!cp->to_abort)
to_abort         3358 drivers/scsi/sym53c8xx_2/sym_hipd.c 				cp->to_abort = 0;
to_abort         3395 drivers/scsi/sym53c8xx_2/sym_hipd.c 		if (cp->to_abort == 2)
to_abort         3466 drivers/scsi/sym53c8xx_2/sym_hipd.c 			if (!cp->to_abort)
to_abort         3511 drivers/scsi/sym53c8xx_2/sym_hipd.c 		if (cp->to_abort == 2)
to_abort         3513 drivers/scsi/sym53c8xx_2/sym_hipd.c 		cp->to_abort = 0; /* We donnot expect to fail here */
to_abort         4751 drivers/scsi/sym53c8xx_2/sym_hipd.c 	cp->to_abort = 0;
to_abort         5303 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (cp->to_abort) {
to_abort         5311 drivers/scsi/sym53c8xx_2/sym_hipd.c 	cp->to_abort = timed_out ? 2 : 1;
to_abort          784 drivers/scsi/sym53c8xx_2/sym_hipd.h 	u_char	to_abort;	/* Want this IO to be aborted	*/