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

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c371 * ceq_tasklet - the tasklet of the EQ that received the event
374 static void ceq_tasklet(struct tasklet_struct *t) function
376 struct hinic_eq *ceq = from_tasklet(ceq, t, ceq_tasklet);
416 tasklet_schedule(&ceq->ceq_tasklet);
785 tasklet_setup(&eq->ceq_tasklet, ceq_tasklet);
836 tasklet_kill(&eq->ceq_tasklet);
973 eq->ceq_tasklet.state,
H A Dhinic_hw_eqs.h196 struct tasklet_struct ceq_tasklet; member in struct:hinic_eq

Completed in 138 milliseconds