Searched refs:hash_tbl_pbl (Results 1 – 2 of 2) sorted by relevance
1995 pbl = hba->hash_tbl_pbl; in bnx2fc_free_hash_table()2016 if (hba->hash_tbl_pbl) { in bnx2fc_free_hash_table()2018 hba->hash_tbl_pbl, in bnx2fc_free_hash_table()2020 hba->hash_tbl_pbl = NULL; in bnx2fc_free_hash_table()2065 hba->hash_tbl_pbl = dma_alloc_coherent(&hba->pcidev->dev, PAGE_SIZE, in bnx2fc_allocate_hash_table()2068 if (!hba->hash_tbl_pbl) { in bnx2fc_allocate_hash_table()2073 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()2081 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()
217 void *hash_tbl_pbl; member