Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c51 MATCHMAP **bpl_table; in emlxs_mem_alloc_buffer() local
242 hba->sli.sli3.bpl_table = NULL; in emlxs_mem_alloc_buffer()
264 hba->sli.sli3.bpl_table = buf_info->virt; in emlxs_mem_alloc_buffer()
266 bpl_table = (MATCHMAP**)hba->sli.sli3.bpl_table; in emlxs_mem_alloc_buffer()
270 bpl_table[i] = mp; in emlxs_mem_alloc_buffer()
301 MATCHMAP **bpl_table; in emlxs_mem_free_buffer() local
384 if (hba->sli.sli3.bpl_table) { in emlxs_mem_free_buffer()
386 bpl_table = (MATCHMAP**)hba->sli.sli3.bpl_table; in emlxs_mem_free_buffer()
388 mp = bpl_table[j]; in emlxs_mem_free_buffer()
395 buf_info->virt = hba->sli.sli3.bpl_table; in emlxs_mem_free_buffer()
[all …]
H A Demlxs_sli3.c2363 if (hba->sli.sli3.bpl_table) { in emlxs_sli2_bde_setup()
2364 bmp = hba->sli.sli3.bpl_table[sbp->iotag]; in emlxs_sli2_bde_setup()
2672 if (hba->sli.sli3.bpl_table) { in emlxs_sli2_fct_bde_setup()
2673 bmp = hba->sli.sli3.bpl_table[sbp->iotag]; in emlxs_sli2_fct_bde_setup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1581 MATCHMAP **bpl_table; /* iotag table for */ member