Home
last modified time | relevance | path

Searched refs:p_task_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c552 struct e4_fcoe_task_context *p_task_ctx = NULL; in qed_fcoe_setup() local
560 (void **)&p_task_ctx); in qed_fcoe_setup()
564 memset(p_task_ctx, 0, sizeof(struct e4_fcoe_task_context)); in qed_fcoe_setup()
568 p_task_ctx->timer_context.logical_client_0 = cpu_to_le32(lc); in qed_fcoe_setup()
572 p_task_ctx->timer_context.logical_client_1 = cpu_to_le32(lc); in qed_fcoe_setup()
574 SET_FIELD(p_task_ctx->tstorm_ag_context.flags0, in qed_fcoe_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c551 struct fcoe_task_context *p_task_ctx = NULL; in qed_fcoe_setup() local
559 (void **)&p_task_ctx); in qed_fcoe_setup()
563 memset(p_task_ctx, 0, sizeof(struct fcoe_task_context)); in qed_fcoe_setup()
567 p_task_ctx->timer_context.logical_client_0 = cpu_to_le32(lc); in qed_fcoe_setup()
571 p_task_ctx->timer_context.logical_client_1 = cpu_to_le32(lc); in qed_fcoe_setup()
573 SET_FIELD(p_task_ctx->tstorm_ag_context.flags0, in qed_fcoe_setup()

Completed in 3 milliseconds