Home
last modified time | relevance | path

Searched refs:task_ctx_bd_tbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1878 hba->task_ctx_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_setup_task_ctx()
1882 if (!hba->task_ctx_bd_tbl) { in bnx2fc_setup_task_ctx()
1912 task_ctx_bdt = (struct regpair *)hba->task_ctx_bd_tbl; in bnx2fc_setup_task_ctx()
1948 hba->task_ctx_bd_tbl, hba->task_ctx_bd_dma); in bnx2fc_setup_task_ctx()
1949 hba->task_ctx_bd_tbl = NULL; in bnx2fc_setup_task_ctx()
1959 if (hba->task_ctx_bd_tbl) { in bnx2fc_free_task_ctx()
1961 hba->task_ctx_bd_tbl, in bnx2fc_free_task_ctx()
1963 hba->task_ctx_bd_tbl = NULL; in bnx2fc_free_task_ctx()
H A Dbnx2fc.h215 struct regpair *task_ctx_bd_tbl; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1877 hba->task_ctx_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_setup_task_ctx()
1881 if (!hba->task_ctx_bd_tbl) { in bnx2fc_setup_task_ctx()
1911 task_ctx_bdt = (struct regpair *)hba->task_ctx_bd_tbl; in bnx2fc_setup_task_ctx()
1947 hba->task_ctx_bd_tbl, hba->task_ctx_bd_dma); in bnx2fc_setup_task_ctx()
1948 hba->task_ctx_bd_tbl = NULL; in bnx2fc_setup_task_ctx()
1958 if (hba->task_ctx_bd_tbl) { in bnx2fc_free_task_ctx()
1960 hba->task_ctx_bd_tbl, in bnx2fc_free_task_ctx()
1962 hba->task_ctx_bd_tbl = NULL; in bnx2fc_free_task_ctx()
H A Dbnx2fc.h212 struct regpair *task_ctx_bd_tbl; member

Completed in 10 milliseconds