Home
last modified time | relevance | path

Searched refs:MEM_NLP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c753 emlxs_mem_put(hba, MEM_NLP, (void *)ndlp); in emlxs_node_destroy_all()
843 ndlp = (NODELIST *)emlxs_mem_get(hba, MEM_NLP); in emlxs_node_create()
1015 emlxs_mem_put(hba, MEM_NLP, (void *)ndlp); in emlxs_node_rm()
H A Demlxs_mem.c78 case MEM_NLP: in emlxs_mem_alloc_buffer()
81 seg->fc_memtag = MEM_NLP; in emlxs_mem_alloc_buffer()
1177 case MEM_NLP: in emlxs_mem_get()
1233 case MEM_NLP: in emlxs_mem_put()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h489 #define MEM_NLP 0 /* memory segment to hold node list entries */ macro