Home
last modified time | relevance | path

Searched refs:task_ctx (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c713 hba->task_ctx[task_idx]; in bnx2fc_process_unsol_compl()
841 interface->hba->task_ctx[task_idx]; in bnx2fc_process_unsol_compl()
894 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx]; in bnx2fc_process_cq_compl()
1532 interface->hba->task_ctx[orig_task_idx]; in bnx2fc_init_seq_cleanup_task()
1874 hba->task_ctx = kzalloc((task_ctx_arr_sz * sizeof(void *)), in bnx2fc_setup_task_ctx()
1876 if (!hba->task_ctx) { in bnx2fc_setup_task_ctx()
1896 hba->task_ctx[i] = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_setup_task_ctx()
1900 if (!hba->task_ctx[i]) { in bnx2fc_setup_task_ctx()
1905 memset(hba->task_ctx[i], 0, PAGE_SIZE); in bnx2fc_setup_task_ctx()
1915 if (hba->task_ctx[i]) { in bnx2fc_setup_task_ctx()
[all …]
Dbnx2fc_io.c789 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_tmf()
926 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_abts()
1004 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_seq_cleanup()
1064 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_cleanup()
2023 task_page = (struct fcoe_task_ctx_entry *) hba->task_ctx[task_idx]; in bnx2fc_post_io_req()
Dbnx2fc.h209 struct fcoe_task_ctx_entry **task_ctx; member
Dbnx2fc_els.c768 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_els()