Searched refs:t2_hash_tbl_ptr (Results 1 – 2 of 2) sorted by relevance
2124 hba->t2_hash_tbl_ptr = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()2127 if (!hba->t2_hash_tbl_ptr) { in bnx2fc_setup_fw_resc()2187 if (hba->t2_hash_tbl_ptr) { in bnx2fc_free_fw_resc()2190 hba->t2_hash_tbl_ptr, in bnx2fc_free_fw_resc()2192 hba->t2_hash_tbl_ptr = NULL; in bnx2fc_free_fw_resc()
221 char *t2_hash_tbl_ptr; member