Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1974 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()
Dbnx2fc.h219 void *hash_tbl_pbl; member