Searched refs:black_hole (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h973 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic7xxx_core.c4497 if (ahc->black_hole != NULL) {
4498 xpt_free_path(ahc->black_hole->path);
4499 kfree(ahc->black_hole);
7304 *lstate = ahc->black_hole;
7571 ahc->black_hole = lstate;
7573 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7661 ahc->black_hole = NULL;
7819 lstate = ahc->black_hole;
7834 if (lstate == ahc->black_hole) {
H A Daic79xx.h1111 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic79xx_core.c6131 if (ahd->black_hole != NULL) {
6132 xpt_free_path(ahd->black_hole->path);
6133 kfree(ahd->black_hole);
10176 *lstate = ahd->black_hole;
10391 ahd->black_hole = lstate;
10393 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
10476 ahd->black_hole = NULL;
10617 lstate = ahd->black_hole;
10632 lstate == ahd->black_hole ? "(Black Holed)" : "");
10636 if (lstate == ahd->black_hole) {
[all...]

Completed in 102 milliseconds