Lines Matching refs:max_command
262 u16 max_command; member
802 pos->max_command <= list_size(&pos->srb_going_list)) { in waiting_process_next()
845 if (dcb->max_command <= list_size(&dcb->srb_going_list) || in send_srb()
1440 && tag_number < dcb->max_command) { in start_scsi()
1444 if (tag_number >= dcb->max_command) { in start_scsi()
3085 if (dcb->max_command == 1) in disc_tagq_set()
3086 dcb->max_command = in disc_tagq_set()
3091 dcb->max_command = 1; in disc_tagq_set()
3246 dcb->max_command = tempcnt; in srb_done()
3559 dcb->max_command = 1; in device_alloc()
4504 seq_printf(m, " %02i\n", dcb->max_command); in dc395x_show_info()