Lines Matching refs:shost
3184 ioc->shost->sg_tablesize = sg_tablesize; in _base_allocate_memory_pools()
3224 chains_needed_per_io = ((ioc->shost->sg_tablesize - in _base_allocate_memory_pools()
3229 ioc->shost->sg_tablesize = min_t(u16, in _base_allocate_memory_pools()
3231 * chains_needed_per_io), ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
3260 ioc->max_sges_in_chain_message, ioc->shost->sg_tablesize, in _base_allocate_memory_pools()
3328 ioc->shost->can_queue = ioc->scsiio_depth; in _base_allocate_memory_pools()
3331 ioc->name, ioc->shost->can_queue)); in _base_allocate_memory_pools()
3556 ioc->name, ioc->shost->can_queue, facts->RequestCredit); in _base_allocate_memory_pools()
3558 ioc->name, ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
4294 ioc->shost->max_id = -1; in _base_get_ioc_facts()
5215 pci_set_drvdata(ioc->pdev, ioc->shost); in mpt3sas_base_attach()