Searched refs:CAM_TARGET_WILDCARD (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | cam.h | 41 #define CAM_TARGET_WILDCARD ((u_int)~0) macro
|
D | aic7xxx_core.c | 394 ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahc_handle_brkadrint() 5245 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb() 5573 if (target != CAM_TARGET_WILDCARD) { in ahc_search_untagged_queues() 5842 if (target != CAM_TARGET_WILDCARD) { in ahc_abort_scbs() 5977 CAM_TARGET_WILDCARD, in ahc_reset_channel() 5978 CAM_TARGET_WILDCARD, in ahc_reset_channel() 6064 found = ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, channel, in ahc_reset_channel() 6089 ahc_queue_lstate_event(ahc, lstate, CAM_TARGET_WILDCARD, in ahc_reset_channel() 6096 ahc_send_async(ahc, devinfo.channel, CAM_TARGET_WILDCARD, in ahc_reset_channel() 6846 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahc_find_tmode_devs() [all …]
|
D | aic79xx_core.c | 520 ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_handle_hwerrint() 6819 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahd_match_scb() 7310 if (target != CAM_TARGET_WILDCARD) { in ahd_abort_scbs() 7423 CAM_TARGET_WILDCARD, in ahd_reset_channel() 7424 CAM_TARGET_WILDCARD, in ahd_reset_channel() 7485 found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel, in ahd_reset_channel() 7538 ahd_queue_lstate_event(ahd, lstate, CAM_TARGET_WILDCARD, in ahd_reset_channel() 7545 ahd_send_async(ahd, devinfo.channel, CAM_TARGET_WILDCARD, in ahd_reset_channel() 8535 ahd_search_qinfifo(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_dump_card_state() 9000 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahd_find_tmode_devs() [all …]
|
D | aic79xx_osm.c | 2505 if (target != CAM_TARGET_WILDCARD) { 4372 if (target == CAM_TARGET_WILDCARD) 4976 ahd_platform_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS,
|
D | aic7xxx_osm.c | 2168 if (target != CAM_TARGET_WILDCARD) { 4064 if (target == CAM_TARGET_WILDCARD) 4650 ahc_platform_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS,
|