Searched refs:sts_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dstex.c348 u16 sts_count; member in struct:st_hba
362 u16 sts_count; member in struct:st_card_info
397 hba->status_tail %= hba->sts_count+1;
810 if (unlikely(hba->status_head > hba->sts_count)) {
926 while (count < hba->sts_count) {
936 hba->status_tail %= hba->sts_count+1;
1066 h->status_cnt = cpu_to_le16(hba->sts_count+1);
1157 h->status_cnt = cpu_to_le16(hba->sts_count+1);
1161 scratch_size = (hba->sts_count+1)*sizeof(u32);
1546 .sts_count
[all...]

Completed in 148 milliseconds