Searched refs:nsp32_target (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dnsp32.h527 /* flag for nsp32_target.sync_flag */
532 /* syncronous period value for nsp32_target.config_max */
537 /* flag for nsp32_target.{sync_offset}, period */
555 } nsp32_target; typedef in typeref:struct:_nsp32_target
585 nsp32_target *cur_target; /* Current connected SCSI ID */
586 nsp32_target target[MAX_TARGET]; /* SCSI ID */
H A Dnsp32.c230 static int nsp32_search_period_entry(nsp32_hw_data *, nsp32_target *, unsigned char);
231 static void nsp32_set_async (nsp32_hw_data *, nsp32_target *);
232 static void nsp32_set_max_sync (nsp32_hw_data *, nsp32_target *, unsigned char *, unsigned char *);
233 static void nsp32_set_sync_entry (nsp32_hw_data *, nsp32_target *, int, unsigned char);
914 nsp32_target *target;
2265 nsp32_target *target = data->cur_target;
2398 nsp32_target *target,
2430 static void nsp32_set_async(nsp32_hw_data *data, nsp32_target *target)
2448 nsp32_target *target,
2470 nsp32_target *targe
[all...]

Completed in 34 milliseconds