Lines Matching refs:rq_count
328 u16 rq_count; member
340 u16 rq_count; member
392 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
531 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
995 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_common_handshake()
1006 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size; in stex_common_handshake()
1069 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_ss_handshake()
1404 .rq_count = 32,
1417 .rq_count = 32,
1430 .rq_count = 256,
1443 .rq_count = 32,
1456 .rq_count = 801,
1563 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1596 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()
1608 hba->rq_count = ci->rq_count; in stex_probe()
1620 host->can_queue = ci->rq_count; in stex_probe()
1621 host->cmd_per_lun = ci->rq_count; in stex_probe()