Lines Matching refs:commands
453 int commands; /* current number of commands */ member
972 HOSTDATA(shpnt)->commands++; in aha152x_internal_queue()
973 if (HOSTDATA(shpnt)->commands==1) in aha152x_internal_queue()
1025 HOSTDATA(shpnt)->commands--; in aha152x_abort()
1026 if (!HOSTDATA(shpnt)->commands) in aha152x_abort()
1091 HOSTDATA(shpnt)->commands--; in aha152x_device_reset()
1092 if (!HOSTDATA(shpnt)->commands) in aha152x_device_reset()
1131 HOSTDATA(shpnt)->commands--; in free_hard_reset_SCs()
1159 if(HOSTDATA(shpnt)->commands==0) in aha152x_bus_reset_host()
1435 HOSTDATA(shpnt)->commands--; in busfree_run()
1436 if (!HOSTDATA(shpnt)->commands) in busfree_run()
1464 HOSTDATA(shpnt)->commands--; in busfree_run()
1465 if (!HOSTDATA(shpnt)->commands) in busfree_run()
2836 seq_printf(m, "%d commands currently queued\n", HOSTDATA(shpnt)->commands); in aha152x_show_info()