Home
last modified time | relevance | path

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

/linux-4.1.27/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()
2047 hba->hash_tbl_pbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_allocate_hash_table()
2051 if (!hba->hash_tbl_pbl) { in bnx2fc_allocate_hash_table()
2055 memset(hba->hash_tbl_pbl, 0, PAGE_SIZE); in bnx2fc_allocate_hash_table()
2057 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()
2065 pbl = hba->hash_tbl_pbl; in bnx2fc_allocate_hash_table()
Dbnx2fc.h217 void *hash_tbl_pbl; member