Lines Matching refs:tx_tl
804 struct tasklet_struct tx_tl; member
1659 tasklet_schedule(&tp->tx_tl); in write_bulk_callback()
2606 tasklet_schedule(&tp->tx_tl); in rtl8152_start_xmit()
5099 tasklet_disable(&tp->tx_tl); in set_carrier()
5103 tasklet_enable(&tp->tx_tl); in set_carrier()
5139 tasklet_schedule(&tp->tx_tl); in rtl_work_func_t()
5242 tasklet_enable(&tp->tx_tl); in rtl8152_open()
5270 tasklet_disable(&tp->tx_tl); in rtl8152_close()
5593 tasklet_disable(&tp->tx_tl); in rtl8152_pre_reset()
5637 tasklet_enable(&tp->tx_tl); in rtl8152_post_reset()
5791 tasklet_disable(&tp->tx_tl); in rtl8152_system_suspend()
5796 tasklet_enable(&tp->tx_tl); in rtl8152_system_suspend()
6716 tasklet_init(&tp->tx_tl, bottom_half, (unsigned long)tp); in rtl8152_probe()
6717 tasklet_disable(&tp->tx_tl); in rtl8152_probe()
6823 tasklet_kill(&tp->tx_tl); in rtl8152_probe()
6839 tasklet_kill(&tp->tx_tl); in rtl8152_disconnect()