Home
last modified time | relevance | path

Searched refs:li_state (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cam/scsi/
Dscsi_low.c1676 switch(li->li_state)
1810 else if (li->li_state >= SCSI_LOW_LUN_OK)
1955 if (li->li_state == SCSI_LOW_LUN_SLEEP &&
1962 switch(li->li_state)
2047 li->li_state ++;
2048 if (li->li_state == SCSI_LOW_LUN_OK)
2232 li->li_state = SCSI_LOW_LUN_SLEEP;
4047 if (li->li_state != SCSI_LOW_LUN_OK)
Dscsi_low.h292 u_int li_state; /* target lun state */ member