Searched refs:nlp_mem_pool (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c110 phba->nlp_mem_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE,
112 if (!phba->nlp_mem_pool)
151 mempool_destroy(phba->nlp_mem_pool);
152 phba->nlp_mem_pool = NULL;
203 mempool_destroy(phba->nlp_mem_pool);
204 phba->nlp_mem_pool = NULL;
H A Dlpfc_els.c710 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
1163 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
1213 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
1336 new_ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_ATOMIC);
2340 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
2436 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
4494 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
5652 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
6053 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
6090 ndlp_fdmi = mempool_alloc(phba->nlp_mem_pool,
[all...]
H A Dlpfc.h724 mempool_t *nlp_mem_pool; member in struct:lpfc_hba
H A Dlpfc_vport.c686 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
H A Dlpfc_hbadisc.c4182 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
4917 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
H A Dlpfc_init.c3289 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);

Completed in 174 milliseconds