Searched refs:last_q_shortage (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/scsi/
H A Dadvansys.c507 uchar last_q_shortage; member in struct:asc_dvc_var
2319 printk(" last_q_shortage %u, init_state 0x%x, no_scam 0x%x, "
2320 "pci_fix_asyn_xfer 0x%x,\n", (unsigned)h->last_q_shortage,
7794 (uint) asc_dvc->last_q_shortage + (uint) ASC_MIN_FREE_Q;
7808 if ((n_qs > asc_dvc->last_q_shortage)
7810 asc_dvc->last_q_shortage = n_qs;
8025 asc_dvc->last_q_shortage = 0;
8613 asc_dvc->last_q_shortage = 0;

Completed in 336 milliseconds