Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c2120 hba->t2_hash_tbl_ptr = dma_alloc_coherent(&hba->pcidev->dev, mem_size, in bnx2fc_setup_fw_resc()
2123 if (!hba->t2_hash_tbl_ptr) { in bnx2fc_setup_fw_resc()
2183 if (hba->t2_hash_tbl_ptr) { in bnx2fc_free_fw_resc()
2186 hba->t2_hash_tbl_ptr, in bnx2fc_free_fw_resc()
2188 hba->t2_hash_tbl_ptr = NULL; in bnx2fc_free_fw_resc()
Dbnx2fc.h223 char *t2_hash_tbl_ptr; member