Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1907 hba->task_ctx_dma = kmalloc((task_ctx_arr_sz * in bnx2fc_setup_task_ctx()
1909 if (!hba->task_ctx_dma) { in bnx2fc_setup_task_ctx()
1920 &hba->task_ctx_dma[i], in bnx2fc_setup_task_ctx()
1927 addr = (u64)hba->task_ctx_dma[i]; in bnx2fc_setup_task_ctx()
1939 hba->task_ctx[i], hba->task_ctx_dma[i]); in bnx2fc_setup_task_ctx()
1944 kfree(hba->task_ctx_dma); in bnx2fc_setup_task_ctx()
1945 hba->task_ctx_dma = NULL; in bnx2fc_setup_task_ctx()
1975 hba->task_ctx_dma[i]); in bnx2fc_free_task_ctx()
1983 kfree(hba->task_ctx_dma); in bnx2fc_free_task_ctx()
1984 hba->task_ctx_dma = NULL; in bnx2fc_free_task_ctx()
H A Dbnx2fc.h211 dma_addr_t *task_ctx_dma; member