Lines Matching refs:shost
2514 ioc->shost->sg_tablesize = min_t(unsigned short, in _base_allocate_memory_pools()
2516 if (ioc->shost->sg_tablesize > MPT2SAS_SG_DEPTH) in _base_allocate_memory_pools()
2520 ioc->shost->sg_tablesize, MPT2SAS_SG_DEPTH); in _base_allocate_memory_pools()
2522 ioc->shost->sg_tablesize = MPT2SAS_SG_DEPTH; in _base_allocate_memory_pools()
2564 chains_needed_per_io = ((ioc->shost->sg_tablesize - in _base_allocate_memory_pools()
2569 ioc->shost->sg_tablesize = min_t(u16, in _base_allocate_memory_pools()
2571 * chains_needed_per_io), ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
2600 ioc->max_sges_in_chain_message, ioc->shost->sg_tablesize, in _base_allocate_memory_pools()
2668 ioc->shost->can_queue = ioc->scsiio_depth; in _base_allocate_memory_pools()
2670 "can_queue depth (%d)\n", ioc->name, ioc->shost->can_queue)); in _base_allocate_memory_pools()
2891 ioc->name, ioc->shost->can_queue, facts->RequestCredit); in _base_allocate_memory_pools()
2893 ioc->name, ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
3617 ioc->shost->max_id = -1; in _base_get_ioc_facts()
4517 pci_set_drvdata(ioc->pdev, ioc->shost); in mpt2sas_base_attach()