Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c231 if (seg->fc_numblks < seg->fc_lo_water) { in emlxs_mem_alloc_buffer()
234 seg->fc_label, seg->fc_numblks, in emlxs_mem_alloc_buffer()
420 uint32_t fc_numblks; in emlxs_mem_pool_alloc() local
426 if (seg->fc_numblks >= seg->fc_hi_water) { in emlxs_mem_pool_alloc()
434 if (count > (seg->fc_hi_water - seg->fc_numblks)) { in emlxs_mem_pool_alloc()
435 count = (seg->fc_hi_water - seg->fc_numblks); in emlxs_mem_pool_alloc()
439 fc_numblks = seg->fc_numblks; in emlxs_mem_pool_alloc()
445 seg->fc_label, count, seg->fc_numblks, in emlxs_mem_pool_alloc()
466 seg->fc_label, seg->fc_numblks, seg->fc_memsize); in emlxs_mem_pool_alloc()
483 seg->fc_label, seg->fc_numblks, seg->fc_memsize); in emlxs_mem_pool_alloc()
[all …]
H A Demlxs_fct.c5067 fct_memseg[fct_memseg_cnt].fc_numblks = numblks; in emlxs_fct_memseg_init()
5100 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_2K; in emlxs_fct_memseg_init()
5105 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_4K; in emlxs_fct_memseg_init()
5110 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_8K; in emlxs_fct_memseg_init()
5115 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_16K; in emlxs_fct_memseg_init()
5120 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_32K; in emlxs_fct_memseg_init()
5125 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_64K; in emlxs_fct_memseg_init()
5130 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_128K; in emlxs_fct_memseg_init()
5135 fct_memseg[i++].fc_numblks = FCT_BUF_COUNT_256K; in emlxs_fct_memseg_init()
5178 seg->fc_numblks = next->fc_numblks; in emlxs_fct_memseg_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h539 uint32_t fc_numblks; /* no of mem blks */ member