Searched refs:bpl_table (Results 1 – 3 of 3) sorted by relevance
51 MATCHMAP **bpl_table; in emlxs_mem_alloc_buffer() local242 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() local384 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 …]
2363 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()
1581 MATCHMAP **bpl_table; /* iotag table for */ member