Searched refs:t2_hash_tbl (Results 1 – 2 of 2) sorted by relevance
2135 hba->t2_hash_tbl = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()2138 if (!hba->t2_hash_tbl) { in bnx2fc_setup_fw_resc()2146 hba->t2_hash_tbl[i].next.lo = addr & 0xffffffff; in bnx2fc_setup_fw_resc()2147 hba->t2_hash_tbl[i].next.hi = addr >> 32; in bnx2fc_setup_fw_resc()2195 if (hba->t2_hash_tbl) { in bnx2fc_free_fw_resc()2199 hba->t2_hash_tbl, hba->t2_hash_tbl_dma); in bnx2fc_free_fw_resc()2200 hba->t2_hash_tbl = NULL; in bnx2fc_free_fw_resc()
219 struct fcoe_t2_hash_table_entry *t2_hash_tbl; member