Searched refs:hash_tbl_pbl (Results 1 – 2 of 2) sorted by relevance
1974 pbl = hba->hash_tbl_pbl; in bnx2fc_free_hash_table()1995 if (hba->hash_tbl_pbl) { in bnx2fc_free_hash_table()1997 hba->hash_tbl_pbl, in bnx2fc_free_hash_table()1999 hba->hash_tbl_pbl = NULL; in bnx2fc_free_hash_table()2044 hba->hash_tbl_pbl = dma_zalloc_coherent(&hba->pcidev->dev, PAGE_SIZE, in bnx2fc_allocate_hash_table()2047 if (!hba->hash_tbl_pbl) { in bnx2fc_allocate_hash_table()2052 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()2060 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()
219 void *hash_tbl_pbl; member