Lines Matching refs:shost
2696 ioc->shost->sg_tablesize = sg_tablesize; in _base_allocate_memory_pools()
2736 chains_needed_per_io = ((ioc->shost->sg_tablesize - in _base_allocate_memory_pools()
2741 ioc->shost->sg_tablesize = min_t(u16, in _base_allocate_memory_pools()
2743 * chains_needed_per_io), ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
2772 ioc->max_sges_in_chain_message, ioc->shost->sg_tablesize, in _base_allocate_memory_pools()
2840 ioc->shost->can_queue = ioc->scsiio_depth; in _base_allocate_memory_pools()
2843 ioc->name, ioc->shost->can_queue)); in _base_allocate_memory_pools()
3068 ioc->name, ioc->shost->can_queue, facts->RequestCredit); in _base_allocate_memory_pools()
3070 ioc->name, ioc->shost->sg_tablesize); in _base_allocate_memory_pools()
3738 ioc->shost->max_id = -1; in _base_get_ioc_facts()
4629 pci_set_drvdata(ioc->pdev, ioc->shost); in mpt3sas_base_attach()