Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c161 seg->fc_hi_water = MEM_CTBUF_COUNT; in emlxs_mem_alloc_buffer()
162 seg->fc_lo_water = MEM_CTBUF_COUNT; in emlxs_mem_alloc_buffer()
H A Demlxs_sli3.c1518 "CT Ring: Posted %d buffers.", MEM_CTBUF_COUNT); in emlxs_sli3_online()
1551 for (j = 0; j < MEM_CTBUF_COUNT; j += 2) { in emlxs_sli3_online()
1555 "CT Ring: Posted %d buffers.", MEM_CTBUF_COUNT); in emlxs_sli3_online()
6390 count = MEM_CTBUF_COUNT; in emlxs_hbq_setup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h526 #define MEM_CTBUF_COUNT 8 macro