Home
last modified time | relevance | path

Searched refs:hash_tbl_pbl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1995 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()
H A Dbnx2fc.h217 void *hash_tbl_pbl; member