Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c469 if (mp->tag >= MEM_FCTSEG) { in emlxs_mem_pool_alloc()
609 if (mp->tag >= MEM_FCTSEG) { in emlxs_mem_pool_free()
H A Demlxs_fct.c4904 if (mp->tag < MEM_FCTSEG) {
4944 if (mp->tag < MEM_FCTSEG) {
5180 seg->fc_memtag = MEM_FCTSEG + i;
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h500 #define MEM_FCTSEG 10 /* must be greater than FC_MAX_SEG */ macro