Searched refs:rx_tl (Results 1 – 2 of 2) sorted by relevance
564 tasklet_schedule(&pegasus->rx_tl); in read_bulk_callback()569 pegasus_t *pegasus = from_tasklet(pegasus, t, rx_tl); in rx_fixup()584 tasklet_schedule(&pegasus->rx_tl); in rx_fixup()597 tasklet_schedule(&pegasus->rx_tl); in rx_fixup()888 tasklet_kill(&pegasus->rx_tl); in pegasus_close()1156 tasklet_setup(&pegasus->rx_tl, rx_fixup); in pegasus_probe()
90 struct tasklet_struct rx_tl; member