Searched refs:rx_tl (Results 1 – 2 of 2) sorted by relevance
562 tasklet_schedule(&pegasus->rx_tl); in read_bulk_callback()567 pegasus_t *pegasus = from_tasklet(pegasus, t, rx_tl); in rx_fixup()582 tasklet_schedule(&pegasus->rx_tl); in rx_fixup()595 tasklet_schedule(&pegasus->rx_tl); in rx_fixup()886 tasklet_kill(&pegasus->rx_tl); in pegasus_close()1154 tasklet_setup(&pegasus->rx_tl, rx_fixup); in pegasus_probe()
90 struct tasklet_struct rx_tl; member