Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam_ccb.h468 #define CAM_BUS_GENERATION 0x00 macro
H A Dcam_xpt.c2150 cdm->pos.generations[CAM_BUS_GENERATION]= in xptedtbusfunc()
2282 cdm->pos.generations[CAM_BUS_GENERATION]= in xptedtdevicefunc()
2392 cdm->pos.generations[CAM_BUS_GENERATION]= in xptedtperiphfunc()
2437 && (cdm->pos.generations[CAM_BUS_GENERATION] != 0) in xptedtmatch()
2438 && (cdm->pos.generations[CAM_BUS_GENERATION] != xsoftc.bus_generation)) { in xptedtmatch()