Home
last modified time | relevance | path

Searched refs:task_page (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_io.c700 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_tmf() local
791 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_tmf()
793 task = &(task_page[index]); in bnx2fc_initiate_tmf()
858 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_abts() local
928 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_abts()
930 task = &(task_page[index]); in bnx2fc_initiate_abts()
966 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_seq_cleanup() local
1006 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_seq_cleanup()
1008 task = &(task_page[index]); in bnx2fc_initiate_seq_cleanup()
1035 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_cleanup() local
[all …]
Dbnx2fc_hwi.c635 struct fcoe_task_ctx_entry *task, *task_page; in bnx2fc_process_unsol_compl() local
713 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_process_unsol_compl()
715 task = &(task_page[index]); in bnx2fc_process_unsol_compl()
841 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_process_unsol_compl()
843 task = &(task_page[index]); in bnx2fc_process_unsol_compl()
875 struct fcoe_task_ctx_entry *task_page; in bnx2fc_process_cq_compl() local
895 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx]; in bnx2fc_process_cq_compl()
896 task = &(task_page[index]); in bnx2fc_process_cq_compl()
1469 struct fcoe_task_ctx_entry *task_page; in bnx2fc_init_seq_cleanup_task() local
1531 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_init_seq_cleanup_task()
[all …]
Dbnx2fc_els.c675 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_els() local
766 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_els()
768 task = &(task_page[index]); in bnx2fc_initiate_els()