Home
last modified time | relevance | path

Searched refs:to_clear (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1884 tp->lun0p->to_clear = 0;
1890 tp->lunmp[ln]->to_clear = 0;
3291 (tp->lun0p && tp->lun0p->to_clear)) {
3298 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3430 if (tp->lun0p && tp->lun0p->to_clear)
3434 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3447 lp->to_clear = 0; /* We don't expect to fail here */
H A Dsym_hipd.h530 u_char to_clear; member
H A Dsym_glue.c1009 if (lp) lp->to_clear = 1; in sym_exec_user_command()