Home
last modified time | relevance | path

Searched refs:max_command (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
Ddc395x.c277 u16 max_command; member
817 pos->max_command <= list_size(&pos->srb_going_list)) { in waiting_process_next()
860 if (dcb->max_command <= list_size(&dcb->srb_going_list) || in send_srb()
1464 && tag_number < dcb->max_command) { in start_scsi()
1468 if (tag_number >= dcb->max_command) { in start_scsi()
3111 if (dcb->max_command == 1) in disc_tagq_set()
3112 dcb->max_command = in disc_tagq_set()
3117 dcb->max_command = 1; in disc_tagq_set()
3279 dcb->max_command = tempcnt; in srb_done()
3605 dcb->max_command = 1; in device_alloc()
[all …]