Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c89 fcoe_init1.task_list_pbl_addr_lo = (u32) hba->task_ctx_bd_dma; in bnx2fc_send_fw_fcoe_init_msg()
91 (u32) ((u64) hba->task_ctx_bd_dma >> 32); in bnx2fc_send_fw_fcoe_init_msg()
1879 &hba->task_ctx_bd_dma, in bnx2fc_setup_task_ctx()
1947 hba->task_ctx_bd_tbl, hba->task_ctx_bd_dma); in bnx2fc_setup_task_ctx()
1961 hba->task_ctx_bd_dma); in bnx2fc_free_task_ctx()
Dbnx2fc.h213 dma_addr_t task_ctx_bd_dma; member