Searched refs:CAM_TARGET_WILDCARD (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | cam.h | 41 #define CAM_TARGET_WILDCARD ((u_int)~0) macro
|
| H A D | aic7xxx_core.c | 968 ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahc_handle_brkadrint() 5704 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb() 6032 if (target != CAM_TARGET_WILDCARD) { in ahc_search_untagged_queues() 6301 if (target != CAM_TARGET_WILDCARD) { in ahc_abort_scbs() 6436 CAM_TARGET_WILDCARD, in ahc_reset_channel() 6437 CAM_TARGET_WILDCARD, in ahc_reset_channel() 6523 found = ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, channel, in ahc_reset_channel() 6548 ahc_queue_lstate_event(ahc, lstate, CAM_TARGET_WILDCARD, in ahc_reset_channel() 6555 ahc_send_async(ahc, devinfo.channel, CAM_TARGET_WILDCARD, in ahc_reset_channel() 7303 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahc_find_tmode_devs() [all …]
|
| H A D | aic79xx_core.c | 1717 ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_handle_hwerrint() 7961 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahd_match_scb() 8516 if (target != CAM_TARGET_WILDCARD) { in ahd_abort_scbs() 8642 CAM_TARGET_WILDCARD, in ahd_reset_channel() 8643 CAM_TARGET_WILDCARD, in ahd_reset_channel() 8710 found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel, in ahd_reset_channel() 8752 ahd_queue_lstate_event(ahd, lstate, CAM_TARGET_WILDCARD, in ahd_reset_channel() 8780 ahd_send_async(ahd, caminfo.channel, CAM_TARGET_WILDCARD, in ahd_reset_channel() 9715 ahd_search_qinfifo(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_dump_card_state() 10198 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahd_find_tmode_devs() [all …]
|
| H A D | aic7xxx_osm.c | 1600 BUG_ON(target == CAM_TARGET_WILDCARD); in ahc_send_async() 2003 ahc_platform_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahc_linux_freeze_simq()
|
| H A D | aic79xx_osm.c | 1683 BUG_ON(target == CAM_TARGET_WILDCARD); in ahd_send_async()
|