Searched refs:pending_device (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c350 if (ahd->pending_device != NULL
351 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) {
354 ahd->pending_device = NULL;
580 if (ahd->pending_device == lstate)
H A Daic7xxx_osm.c361 if (ahc->pending_device != NULL
362 && xpt_path_comp(ahc->pending_device->path, ccb_path) == 0) {
365 ahc->pending_device = NULL;
549 if (ahc->pending_device == lstate)
H A Daic79xx.h1165 struct ahd_tmode_lstate *pending_device; member in struct:ahd_softc
H A Daic7xxx.h1023 struct ahc_tmode_lstate *pending_device; member in struct:ahc_softc
H A Daic7xxx.c5246 if (ahc->pending_device != NULL) {
6066 ahc->pending_device = NULL;
7888 initiator, target, lun, ahc->pending_device);
7891 ahc->pending_device = lstate;
H A Daic79xx.c7959 ahd->pending_device = NULL;
10388 initiator, target, lun, ahd->pending_device);
10390 ahd->pending_device = lstate;

Completed in 224 milliseconds