Lines Matching refs:chain_lookup
390 ct = &ioc->chain_lookup[index].chains_per_smid[j]; in _base_get_chain_buffer_dma_to_chain_buffer()
1953 atomic_read(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
1958 chain_req = &ioc->chain_lookup[smid - 1].chains_per_smid[chain_offset]; in _base_get_chain_buffer_tracker()
1959 atomic_inc(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
3719 atomic_set(&ioc->chain_lookup[st->smid - 1].chain_offset, 0); in mpt3sas_base_clear_st()
4920 if (ioc->chain_lookup) { in _base_release_memory_pools()
4924 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_release_memory_pools()
4930 kfree(ioc->chain_lookup[i].chains_per_smid); in _base_release_memory_pools()
4933 kfree(ioc->chain_lookup); in _base_release_memory_pools()
4934 ioc->chain_lookup = NULL; in _base_release_memory_pools()
5027 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_pcie_sgl_pool()
5388 sz = ioc->scsiio_depth * sizeof(struct chain_lookup); in _base_allocate_memory_pools()
5389 ioc->chain_lookup = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
5390 if (!ioc->chain_lookup) { in _base_allocate_memory_pools()
5397 ioc->chain_lookup[i].chains_per_smid = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
5398 if (!ioc->chain_lookup[i].chains_per_smid) { in _base_allocate_memory_pools()
5474 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_memory_pools()