Searched refs:nsp32_target (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32.c | 218 static int nsp32_search_period_entry(nsp32_hw_data *, nsp32_target *, unsigned char); 219 static void nsp32_set_async (nsp32_hw_data *, nsp32_target *); 220 static void nsp32_set_max_sync (nsp32_hw_data *, nsp32_target *, unsigned char *, unsigned char *); 221 static void nsp32_set_sync_entry (nsp32_hw_data *, nsp32_target *, int, unsigned char); 900 nsp32_target *target; in nsp32_queuecommand_lck() 2221 nsp32_target *target = data->cur_target; in nsp32_analyze_sdtr() 2354 nsp32_target *target, in nsp32_search_period_entry() 2386 static void nsp32_set_async(nsp32_hw_data *data, nsp32_target *target) in nsp32_set_async() 2404 nsp32_target *target, in nsp32_set_max_sync() 2426 nsp32_target *targe in nsp32_set_sync_entry() [all...] |
H A D | nsp32.h | 518 /* flag for nsp32_target.sync_flag */ 523 /* syncronous period value for nsp32_target.config_max */ 528 /* flag for nsp32_target.{sync_offset}, period */ 546 } nsp32_target; typedef 576 nsp32_target *cur_target; /* Current connected SCSI ID */ 577 nsp32_target target[MAX_TARGET]; /* SCSI ID */
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32.c | 220 static int nsp32_search_period_entry(nsp32_hw_data *, nsp32_target *, 222 static void nsp32_set_async (nsp32_hw_data *, nsp32_target *); 223 static void nsp32_set_max_sync (nsp32_hw_data *, nsp32_target *, 225 static void nsp32_set_sync_entry (nsp32_hw_data *, nsp32_target *, 912 nsp32_target *target; in nsp32_queuecommand_lck() 2226 nsp32_target *target = data->cur_target; in nsp32_analyze_sdtr() 2354 nsp32_target *target, in nsp32_search_period_entry() 2386 static void nsp32_set_async(nsp32_hw_data *data, nsp32_target *target) in nsp32_set_async() 2404 nsp32_target *target, in nsp32_set_max_sync() 2426 nsp32_target *targe in nsp32_set_sync_entry() [all...] |
H A D | nsp32.h | 518 /* flag for nsp32_target.sync_flag */ 523 /* syncronous period value for nsp32_target.config_max */ 528 /* flag for nsp32_target.{sync_offset}, period */ 555 } nsp32_target; typedef 585 nsp32_target *cur_target; /* Current connected SCSI ID */ 586 nsp32_target target[MAX_TARGET]; /* SCSI ID */
|
Completed in 10 milliseconds