Lines Matching refs:ci
1517 const struct st_card_info *ci = NULL; in stex_probe() local
1562 ci = &stex_card_info[hba->cardtype]; in stex_probe()
1563 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1565 sts_offset += (ci->sts_count+1) * sizeof(u32); in stex_probe()
1566 cp_offset = sts_offset + (ci->sts_count+1) * sizeof(struct status_msg); 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()
1609 hba->rq_size = ci->rq_size; in stex_probe()
1610 hba->sts_count = ci->sts_count; in stex_probe()
1611 hba->alloc_rq = ci->alloc_rq; in stex_probe()
1612 hba->map_sg = ci->map_sg; in stex_probe()
1613 hba->send = ci->send; in stex_probe()
1620 host->can_queue = ci->rq_count; in stex_probe()
1621 host->cmd_per_lun = ci->rq_count; in stex_probe()
1622 host->max_id = ci->max_id; in stex_probe()
1623 host->max_lun = ci->max_lun; in stex_probe()
1624 host->max_channel = ci->max_channel; in stex_probe()