Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c115 seg->fc_memsize = hba->sli.sli3.mem_bpl_size; in emlxs_mem_alloc_buffer()
H A Demlxs_solaris.c7238 hba->sli.sli3.mem_bpl_size = MEM_BPL_SIZE; in emlxs_hba_attach()
7245 hba->sli.sli3.mem_bpl_size = 4096; in emlxs_hba_attach()
7248 hba->sli.sli3.mem_bpl_size = 2048; in emlxs_hba_attach()
7250 hba->sli.sli3.mem_bpl_size = 1024; in emlxs_hba_attach()
7254 i = BPL_TO_SGLLEN(hba->sli.sli3.mem_bpl_size); in emlxs_hba_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1583 uint32_t mem_bpl_size; member