Searched refs:bpl_table (Results 1 – 3 of 3) sorted by relevance
49 MATCHMAP **bpl_table; in emlxs_mem_alloc_buffer() local204 hba->sli.sli3.bpl_table = NULL; in emlxs_mem_alloc_buffer()226 hba->sli.sli3.bpl_table = buf_info->virt; in emlxs_mem_alloc_buffer()228 bpl_table = (MATCHMAP**)hba->sli.sli3.bpl_table; in emlxs_mem_alloc_buffer()232 bpl_table[i] = mp; in emlxs_mem_alloc_buffer()263 MATCHMAP **bpl_table; in emlxs_mem_free_buffer() local346 if (hba->sli.sli3.bpl_table) { in emlxs_mem_free_buffer()348 bpl_table = (MATCHMAP**)hba->sli.sli3.bpl_table; in emlxs_mem_free_buffer()350 mp = bpl_table[j]; in emlxs_mem_free_buffer()357 buf_info->virt = hba->sli.sli3.bpl_table; in emlxs_mem_free_buffer()[all …]
2358 if (hba->sli.sli3.bpl_table) { in emlxs_sli2_bde_setup()2359 bmp = hba->sli.sli3.bpl_table[sbp->iotag]; in emlxs_sli2_bde_setup()2667 if (hba->sli.sli3.bpl_table) { in emlxs_sli2_fct_bde_setup()2668 bmp = hba->sli.sli3.bpl_table[sbp->iotag]; in emlxs_sli2_fct_bde_setup()
1570 MATCHMAP **bpl_table; /* iotag table for */ member