Lines Matching defs:rq_count
346 u16 rq_count;
360 u16 rq_count;
418 hba->req_head %= hba->rq_count+1;
557 hba->req_head %= hba->rq_count+1;
1067 h->req_cnt = cpu_to_le16(hba->rq_count+1);
1078 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size;
1158 h->req_cnt = cpu_to_le16(hba->rq_count+1);
1547 .rq_count = 32,
1560 .rq_count = 32,
1573 .rq_count = 256,
1586 .rq_count = 32,
1599 .rq_count = 801,
1612 .rq_count = 801,
1731 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size;
1764 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL);
1776 hba->rq_count = ci->rq_count;
1789 host->can_queue = ci->rq_count;
1790 host->cmd_per_lun = ci->rq_count;