Lines Matching refs:rq_count
342 u16 rq_count; member
356 u16 rq_count; member
411 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
550 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1061 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_common_handshake()
1072 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size; in stex_common_handshake()
1152 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_ss_handshake()
1541 .rq_count = 32,
1554 .rq_count = 32,
1567 .rq_count = 256,
1580 .rq_count = 32,
1593 .rq_count = 801,
1606 .rq_count = 801,
1725 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1758 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()
1770 hba->rq_count = ci->rq_count; in stex_probe()
1783 host->can_queue = ci->rq_count; in stex_probe()
1784 host->cmd_per_lun = ci->rq_count; in stex_probe()