Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c148 seg->fc_hi_water = MEM_IPBUF_COUNT; in emlxs_mem_alloc_buffer()
H A Demlxs_sli3.c1498 "IP Ring: Posted %d buffers.", MEM_IPBUF_COUNT); in emlxs_sli3_online()
1533 for (j = 0; j < MEM_IPBUF_COUNT; j += 2) { in emlxs_sli3_online()
1537 "IP Ring: Posted %d buffers.", MEM_IPBUF_COUNT); in emlxs_sli3_online()
6382 count = MEM_IPBUF_COUNT; in emlxs_hbq_setup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h524 #define MEM_IPBUF_COUNT 60 macro