Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c2107 hba->t2_hash_tbl_ptr = dma_zalloc_coherent(&hba->pcidev->dev, in bnx2fc_setup_fw_resc()
2111 if (!hba->t2_hash_tbl_ptr) { in bnx2fc_setup_fw_resc()
2171 if (hba->t2_hash_tbl_ptr) { in bnx2fc_free_fw_resc()
2174 hba->t2_hash_tbl_ptr, in bnx2fc_free_fw_resc()
2176 hba->t2_hash_tbl_ptr = NULL; in bnx2fc_free_fw_resc()
Dbnx2fc.h223 char *t2_hash_tbl_ptr; member