Searched refs:t2_hash_tbl_ptr (Results 1 – 2 of 2) sorted by relevance
2112 hba->t2_hash_tbl_ptr = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()2115 if (!hba->t2_hash_tbl_ptr) { in bnx2fc_setup_fw_resc()2120 memset(hba->t2_hash_tbl_ptr, 0x00, mem_size); in bnx2fc_setup_fw_resc()2179 if (hba->t2_hash_tbl_ptr) { in bnx2fc_free_fw_resc()2182 hba->t2_hash_tbl_ptr, in bnx2fc_free_fw_resc()2184 hba->t2_hash_tbl_ptr = NULL; in bnx2fc_free_fw_resc()
221 char *t2_hash_tbl_ptr; member