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

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c700 struct fcoe_task_ctx_entry *task_page; bnx2fc_initiate_tmf() local
791 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_initiate_tmf()
793 task = &(task_page[index]); bnx2fc_initiate_tmf()
858 struct fcoe_task_ctx_entry *task_page; bnx2fc_initiate_abts() local
928 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_initiate_abts()
930 task = &(task_page[index]); bnx2fc_initiate_abts()
966 struct fcoe_task_ctx_entry *task_page; bnx2fc_initiate_seq_cleanup() local
1006 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_initiate_seq_cleanup()
1008 task = &(task_page[index]); bnx2fc_initiate_seq_cleanup()
1035 struct fcoe_task_ctx_entry *task_page; bnx2fc_initiate_cleanup() local
1066 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_initiate_cleanup()
1068 task = &(task_page[index]); bnx2fc_initiate_cleanup()
2003 struct fcoe_task_ctx_entry *task_page; bnx2fc_post_io_req() local
2050 task_page = (struct fcoe_task_ctx_entry *) hba->task_ctx[task_idx]; bnx2fc_post_io_req()
2051 task = &(task_page[index]); bnx2fc_post_io_req()
H A Dbnx2fc_hwi.c635 struct fcoe_task_ctx_entry *task, *task_page; bnx2fc_process_unsol_compl() local
713 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_process_unsol_compl()
715 task = &(task_page[index]); bnx2fc_process_unsol_compl()
841 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_process_unsol_compl()
843 task = &(task_page[index]); bnx2fc_process_unsol_compl()
875 struct fcoe_task_ctx_entry *task_page; bnx2fc_process_cq_compl() local
895 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx]; bnx2fc_process_cq_compl()
896 task = &(task_page[index]); bnx2fc_process_cq_compl()
1469 struct fcoe_task_ctx_entry *task_page; bnx2fc_init_seq_cleanup_task() local
1531 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_init_seq_cleanup_task()
1533 orig_task = &(task_page[index]); bnx2fc_init_seq_cleanup_task()
H A Dbnx2fc_els.c675 struct fcoe_task_ctx_entry *task_page; bnx2fc_initiate_els() local
766 task_page = (struct fcoe_task_ctx_entry *) bnx2fc_initiate_els()
768 task = &(task_page[index]); bnx2fc_initiate_els()

Completed in 138 milliseconds