Lines Matching refs:chain_lookup
414 ct = &ioc->chain_lookup[index].chains_per_smid[j]; in _base_get_chain_buffer_dma_to_chain_buffer()
2153 atomic_read(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
2158 chain_req = &ioc->chain_lookup[smid - 1].chains_per_smid[chain_offset]; in _base_get_chain_buffer_tracker()
2159 atomic_inc(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
4038 atomic_set(&ioc->chain_lookup[st->smid - 1].chain_offset, 0); in mpt3sas_base_clear_st()
5890 if (ioc->chain_lookup) { in _base_release_memory_pools()
5894 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_release_memory_pools()
5900 kfree(ioc->chain_lookup[i].chains_per_smid); in _base_release_memory_pools()
5903 kfree(ioc->chain_lookup); in _base_release_memory_pools()
5904 ioc->chain_lookup = NULL; in _base_release_memory_pools()
5998 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_pcie_sgl_pool()
6038 ctr = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_chain_dma_pool()
6541 sz = ioc->scsiio_depth * sizeof(struct chain_lookup); in _base_allocate_memory_pools()
6542 ioc->chain_lookup = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
6543 if (!ioc->chain_lookup) { in _base_allocate_memory_pools()
6550 ioc->chain_lookup[i].chains_per_smid = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
6551 if (!ioc->chain_lookup[i].chains_per_smid) { in _base_allocate_memory_pools()