Searched refs:task_ctx (Results 1 – 8 of 8) sorted by relevance
| /drivers/scsi/bnx2fc/ |
| A D | bnx2fc_hwi.c | 1898 if (!hba->task_ctx) { in bnx2fc_setup_task_ctx() 1922 if (!hba->task_ctx[i]) { in bnx2fc_setup_task_ctx() 1936 if (hba->task_ctx[i]) { in bnx2fc_setup_task_ctx() 1940 hba->task_ctx[i] = NULL; in bnx2fc_setup_task_ctx() 1947 kfree(hba->task_ctx); in bnx2fc_setup_task_ctx() 1948 hba->task_ctx = NULL; in bnx2fc_setup_task_ctx() 1970 if (hba->task_ctx) { in bnx2fc_free_task_ctx() 1972 if (hba->task_ctx[i]) { in bnx2fc_free_task_ctx() 1974 hba->task_ctx[i], in bnx2fc_free_task_ctx() 1979 kfree(hba->task_ctx); in bnx2fc_free_task_ctx() [all …]
|
| A D | bnx2fc_io.c | 760 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_tmf() 896 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_abts() 972 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_seq_cleanup() 1030 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_cleanup() 2071 task_page = (struct fcoe_task_ctx_entry *) hba->task_ctx[task_idx]; in bnx2fc_post_io_req()
|
| A D | bnx2fc.h | 210 struct fcoe_task_ctx_entry **task_ctx; member
|
| A D | bnx2fc_els.c | 775 interface->hba->task_ctx[task_idx]; in bnx2fc_initiate_els()
|
| /drivers/scsi/qedf/ |
| A D | qedf_io.c | 608 io_req->task = task_ctx; in qedf_init_task() 609 memset(task_ctx, 0, sizeof(struct fcoe_task_context)); in qedf_init_task() 627 io_req->task_params->context = task_ctx; in qedf_init_task() 681 struct fcoe_task_context *task_ctx, struct fcoe_wqe *sqe) in qedf_init_mp_task() argument 699 memset(task_ctx, 0, sizeof(struct fcoe_task_context)); in qedf_init_mp_task() 703 io_req->task = task_ctx; in qedf_init_mp_task() 706 io_req->task_params->context = task_ctx; in qedf_init_mp_task() 856 struct fcoe_task_context *task_ctx; in qedf_post_io_req() local 909 task_ctx = qedf_get_task_mem(&qedf->tasks, xid); in qedf_post_io_req() 910 if (!task_ctx) { in qedf_post_io_req() [all …]
|
| A D | qedf.h | 516 struct fcoe_task_context *task_ctx, struct fcoe_wqe *sqe);
|
| /drivers/scsi/qedi/ |
| A D | qedi_fw.c | 88 struct iscsi_task_context *task_ctx; in qedi_process_text_resp() local 95 task_ctx = qedi_get_task_mem(&qedi->tasks, cmd->task_id); in qedi_process_text_resp() 120 memset(task_ctx, '\0', sizeof(*task_ctx)); in qedi_process_text_resp() 264 struct iscsi_task_context *task_ctx; in qedi_process_login_resp() local 273 task_ctx = qedi_get_task_mem(&qedi->tasks, cmd->task_id); in qedi_process_login_resp() 305 memset(task_ctx, '\0', sizeof(*task_ctx)); in qedi_process_login_resp()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_cxt.h | 230 u32 tid, u8 ctx_type, void **task_ctx);
|
Completed in 29 milliseconds