Searched refs:task_ctx_bd_tbl (Results 1 – 2 of 2) sorted by relevance
1860 hba->task_ctx_bd_tbl = dma_zalloc_coherent(&hba->pcidev->dev, in bnx2fc_setup_task_ctx()1864 if (!hba->task_ctx_bd_tbl) { in bnx2fc_setup_task_ctx()1894 task_ctx_bdt = (struct regpair *)hba->task_ctx_bd_tbl; in bnx2fc_setup_task_ctx()1930 hba->task_ctx_bd_tbl, hba->task_ctx_bd_dma); in bnx2fc_setup_task_ctx()1931 hba->task_ctx_bd_tbl = NULL; in bnx2fc_setup_task_ctx()1941 if (hba->task_ctx_bd_tbl) { in bnx2fc_free_task_ctx()1943 hba->task_ctx_bd_tbl, in bnx2fc_free_task_ctx()1945 hba->task_ctx_bd_tbl = NULL; in bnx2fc_free_task_ctx()
214 struct regpair *task_ctx_bd_tbl; member