Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c2114 hba->t2_hash_tbl = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()
2117 if (!hba->t2_hash_tbl) { in bnx2fc_setup_fw_resc()
2122 memset(hba->t2_hash_tbl, 0x00, mem_size); in bnx2fc_setup_fw_resc()
2126 hba->t2_hash_tbl[i].next.lo = addr & 0xffffffff; in bnx2fc_setup_fw_resc()
2127 hba->t2_hash_tbl[i].next.hi = addr >> 32; in bnx2fc_setup_fw_resc()
2177 if (hba->t2_hash_tbl) { in bnx2fc_free_fw_resc()
2181 hba->t2_hash_tbl, hba->t2_hash_tbl_dma); in bnx2fc_free_fw_resc()
2182 hba->t2_hash_tbl = NULL; in bnx2fc_free_fw_resc()
Dbnx2fc.h218 struct fcoe_t2_hash_table_entry *t2_hash_tbl; member