Searched refs:hash_tbl_pbl (Results 1 – 2 of 2) sorted by relevance
1956 pbl = hba->hash_tbl_pbl; in bnx2fc_free_hash_table()1977 if (hba->hash_tbl_pbl) { in bnx2fc_free_hash_table()1979 hba->hash_tbl_pbl, in bnx2fc_free_hash_table()1981 hba->hash_tbl_pbl = NULL; in bnx2fc_free_hash_table()2026 hba->hash_tbl_pbl = dma_alloc_coherent(&hba->pcidev->dev, PAGE_SIZE, in bnx2fc_allocate_hash_table()2029 if (!hba->hash_tbl_pbl) { in bnx2fc_allocate_hash_table()2034 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()2042 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()
220 void *hash_tbl_pbl; member