Searched refs:ALL_CHANNELS (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 74 #define ALL_CHANNELS '\0' macro
|
D | aic79xx.h | 73 #define ALL_CHANNELS '\0' macro
|
D | aic7xxx_osm.c | 2161 if (channel != ALL_CHANNELS) { 4650 ahc_platform_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS,
|
D | aic79xx_core.c | 520 ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_handle_hwerrint() 6817 match = ((chan == channel) || (channel == ALL_CHANNELS)); in ahd_match_scb() 8535 ahd_search_qinfifo(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_dump_card_state()
|
D | aic7xxx_core.c | 394 ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahc_handle_brkadrint() 5243 match = ((chan == channel) || (channel == ALL_CHANNELS)); in ahc_match_scb()
|
D | aic79xx_osm.c | 4976 ahd_platform_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS,
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 269 #define ALL_CHANNELS -1 macro 2492 match = ((chan == channel) || (channel == ALL_CHANNELS)); in aic7xxx_match_scb() 3417 case ALL_CHANNELS: in aic7xxx_reset_device()
|