Lines Matching refs:rq_count
327 u16 rq_count; member
339 u16 rq_count; member
399 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
538 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1002 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_common_handshake()
1013 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size; in stex_common_handshake()
1076 h->req_cnt = cpu_to_le16(hba->rq_count+1); in stex_ss_handshake()
1412 .rq_count = 32,
1425 .rq_count = 32,
1438 .rq_count = 256,
1451 .rq_count = 32,
1464 .rq_count = 801,
1571 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1604 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()
1616 hba->rq_count = ci->rq_count; in stex_probe()
1628 host->can_queue = ci->rq_count; in stex_probe()
1629 host->cmd_per_lun = ci->rq_count; in stex_probe()