Searched refs:t2_hash_tbl (Results 1 – 2 of 2) sorted by relevance
2132 hba->t2_hash_tbl = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()2135 if (!hba->t2_hash_tbl) { in bnx2fc_setup_fw_resc()2143 hba->t2_hash_tbl[i].next.lo = addr & 0xffffffff; in bnx2fc_setup_fw_resc()2144 hba->t2_hash_tbl[i].next.hi = addr >> 32; in bnx2fc_setup_fw_resc()2192 if (hba->t2_hash_tbl) { in bnx2fc_free_fw_resc()2196 hba->t2_hash_tbl, hba->t2_hash_tbl_dma); in bnx2fc_free_fw_resc()2197 hba->t2_hash_tbl = NULL; in bnx2fc_free_fw_resc()
222 struct fcoe_t2_hash_table_entry *t2_hash_tbl; member