Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c2119 hba->t2_hash_tbl = dma_zalloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()
2122 if (!hba->t2_hash_tbl) { in bnx2fc_setup_fw_resc()
2130 hba->t2_hash_tbl[i].next.lo = addr & 0xffffffff; in bnx2fc_setup_fw_resc()
2131 hba->t2_hash_tbl[i].next.hi = addr >> 32; in bnx2fc_setup_fw_resc()
2179 if (hba->t2_hash_tbl) { in bnx2fc_free_fw_resc()
2183 hba->t2_hash_tbl, hba->t2_hash_tbl_dma); in bnx2fc_free_fw_resc()
2184 hba->t2_hash_tbl = NULL; in bnx2fc_free_fw_resc()
Dbnx2fc.h221 struct fcoe_t2_hash_table_entry *t2_hash_tbl; member