HomeSort by: relevance | last modified time | path
    Searched defs:siop_lun (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 73 struct siop_lun { struct
85 struct siop_lun *siop_lun[8]; /* per-lun state */ member in struct:siop_target
siop.c 299 struct siop_lun *siop_lun; local in function:siop_intr
344 siop_lun = siop_target->siop_lun[lun];
355 siop_lun = NULL;
357 } else if (siop_lun->siop_tag[tag].active != siop_cmd) {
358 printf("siop_cmd (lun %d tag %d) not in siop_lun "
360 siop_lun->siop_tag[tag].active);
369 siop_lun = NULL;
655 siop_lun = siop_target->siop_lun[lun]
1075 struct siop_lun *siop_lun = local in function:siop_unqueue
1128 struct siop_lun *siop_lun = local in function:siop_handle_qtag_reject
1170 struct siop_lun *siop_lun; local in function:siop_handle_reset
1441 struct siop_lun *siop_lun; local in function:siop_start
1829 struct siop_lun *siop_lun; local in function:siop_add_reselsw
1896 struct siop_lun *siop_lun = siop_target->siop_lun[lun]; local in function:siop_add_dev
    [all...]

Completed in 17 milliseconds