Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c672 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_tmf() local
763 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_tmf()
765 task = &(task_page[index]); in bnx2fc_initiate_tmf()
830 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_abts() local
900 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_abts()
902 task = &(task_page[index]); in bnx2fc_initiate_abts()
938 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_seq_cleanup() local
978 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_seq_cleanup()
980 task = &(task_page[index]); in bnx2fc_initiate_seq_cleanup()
1007 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_cleanup() local
[all …]
Dbnx2fc_hwi.c636 struct fcoe_task_ctx_entry *task, *task_page; in bnx2fc_process_unsol_compl() local
714 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_process_unsol_compl()
716 task = &(task_page[index]); in bnx2fc_process_unsol_compl()
842 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_process_unsol_compl()
844 task = &(task_page[index]); in bnx2fc_process_unsol_compl()
876 struct fcoe_task_ctx_entry *task_page; in bnx2fc_process_cq_compl() local
896 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx]; in bnx2fc_process_cq_compl()
897 task = &(task_page[index]); in bnx2fc_process_cq_compl()
1471 struct fcoe_task_ctx_entry *task_page; in bnx2fc_init_seq_cleanup_task() local
1533 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_init_seq_cleanup_task()
[all …]
Dbnx2fc_els.c683 struct fcoe_task_ctx_entry *task_page; in bnx2fc_initiate_els() local
774 task_page = (struct fcoe_task_ctx_entry *) in bnx2fc_initiate_els()
776 task = &(task_page[index]); in bnx2fc_initiate_els()