Searched refs:paused (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 220 int paused; in ahd_proc_write_seeprom() local 226 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom() 227 if (!paused) in ahd_proc_write_seeprom() 272 if (!paused) in ahd_proc_write_seeprom()
|
D | aic7xxx_proc.c | 196 int paused; in ahc_proc_write_seeprom() local 202 paused = ahc_is_paused(ahc); in ahc_proc_write_seeprom() 203 if (!paused) in ahc_proc_write_seeprom() 282 if (!paused) in ahc_proc_write_seeprom()
|
D | aic7xxx.h | 1215 void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused); 1288 u_int width, u_int type, int paused); 1294 u_int type, int paused);
|
D | aic79xx.h | 1396 void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused); 1467 u_int width, u_int type, int paused); 1472 u_int type, int paused);
|
D | aic7xxx_core.c | 1891 u_int offset, u_int ppr_options, u_int type, int paused) in ahc_set_syncrate() argument 2017 u_int width, u_int type, int paused) in ahc_set_width() argument 2091 int paused; in ahc_update_pending_scbs() local 2129 paused = 1; in ahc_update_pending_scbs() 2131 paused = 0; in ahc_update_pending_scbs() 2158 if (paused == 0) in ahc_update_pending_scbs() 5109 int paused; in ahc_pause_and_flushwork() local 5113 paused = FALSE; in ahc_pause_and_flushwork() 5115 if (paused) in ahc_pause_and_flushwork() 5119 paused = TRUE; in ahc_pause_and_flushwork() [all …]
|
D | aic79xx_core.c | 2607 u_int type, int paused) in ahd_set_syncrate() argument 2708 if (!paused) in ahd_set_syncrate() 2711 if (!paused) in ahd_set_syncrate() 2752 u_int width, u_int type, int paused) in ahd_set_width() argument 2787 if (!paused) in ahd_set_width() 2790 if (!paused) in ahd_set_width() 2919 int paused; in ahd_update_pending_scbs() local 2959 paused = 1; in ahd_update_pending_scbs() 2961 paused = 0; in ahd_update_pending_scbs() 2996 if (paused == 0) in ahd_update_pending_scbs() [all …]
|
D | aic79xx_osm.c | 1276 int paused; local 1282 paused = FALSE; 1380 paused = TRUE; 1513 if (paused)
|
D | aic7xxx_osm.c | 4726 int paused; local 4731 paused = FALSE; 4856 paused = TRUE; 5012 if (paused)
|
D | aic79xx.seq | 1637 * have lost the race (e.g. host paused us) and our attepts
|
/linux-2.4.37.9/drivers/net/ |
D | yellowfin.c | 331 u16 paused; member 337 u16 paused; 1017 yp->tx_status[entry].paused); 1292 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused);
|