Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c2124 hba->t2_hash_tbl = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()
2127 if (!hba->t2_hash_tbl) { in bnx2fc_setup_fw_resc()
2132 memset(hba->t2_hash_tbl, 0x00, mem_size); in bnx2fc_setup_fw_resc()
2136 hba->t2_hash_tbl[i].next.lo = addr & 0xffffffff; in bnx2fc_setup_fw_resc()
2137 hba->t2_hash_tbl[i].next.hi = addr >> 32; in bnx2fc_setup_fw_resc()
2187 if (hba->t2_hash_tbl) { in bnx2fc_free_fw_resc()
2191 hba->t2_hash_tbl, hba->t2_hash_tbl_dma); in bnx2fc_free_fw_resc()
2192 hba->t2_hash_tbl = NULL; in bnx2fc_free_fw_resc()
Dbnx2fc.h219 struct fcoe_t2_hash_table_entry *t2_hash_tbl; member