Home | History | Annotate | Download | only in ic

Lines Matching defs:targ

6537 	int	targ;
6552 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {
6559 targ, &tstate);
6566 target_mask = 0x01 << targ;
6596 targ, CAM_LUN_WILDCARD,
6614 int targ;
6631 for (targ = 0; targ < max_targ; targ++) {
6639 targ, &tstate);
6648 target_mask = 0x01 << targ;
6652 if (sc->device_flags[targ] & CFDISC) {
6660 sc->device_flags[targ] &= ~CFPACKETIZED;
6664 user_tinfo->period = (sc->device_flags[targ] & CFXFER);
6678 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) {
6687 if ((sc->device_flags[targ] & CFQAS) != 0)
6690 if ((sc->device_flags[targ] & CFWIDEB) != 0)
6696 printf("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width,
6710 targ, CAM_LUN_WILDCARD,
6965 int targ = SCB_GET_TARGET(ahd, scb);
6972 match = ((targ == target) || (target == CAM_TARGET_WILDCARD));