Lines Matching refs:chain_lookup
398 ct = &ioc->chain_lookup[index].chains_per_smid[j]; in _base_get_chain_buffer_dma_to_chain_buffer()
2132 atomic_read(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
2137 chain_req = &ioc->chain_lookup[smid - 1].chains_per_smid[chain_offset]; in _base_get_chain_buffer_tracker()
2138 atomic_inc(&ioc->chain_lookup[smid - 1].chain_offset); in _base_get_chain_buffer_tracker()
4006 atomic_set(&ioc->chain_lookup[st->smid - 1].chain_offset, 0); in mpt3sas_base_clear_st()
5865 if (ioc->chain_lookup) { in _base_release_memory_pools()
5869 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_release_memory_pools()
5875 kfree(ioc->chain_lookup[i].chains_per_smid); in _base_release_memory_pools()
5878 kfree(ioc->chain_lookup); in _base_release_memory_pools()
5879 ioc->chain_lookup = NULL; in _base_release_memory_pools()
5973 ct = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_pcie_sgl_pool()
6013 ctr = &ioc->chain_lookup[i].chains_per_smid[j]; in _base_allocate_chain_dma_pool()
6516 sz = ioc->scsiio_depth * sizeof(struct chain_lookup); in _base_allocate_memory_pools()
6517 ioc->chain_lookup = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
6518 if (!ioc->chain_lookup) { in _base_allocate_memory_pools()
6525 ioc->chain_lookup[i].chains_per_smid = kzalloc(sz, GFP_KERNEL); in _base_allocate_memory_pools()
6526 if (!ioc->chain_lookup[i].chains_per_smid) { in _base_allocate_memory_pools()