Lines Matching refs:tx_tl
877 struct tasklet_struct tx_tl; member
1845 tasklet_schedule(&tp->tx_tl); in write_bulk_callback()
2604 struct r8152 *tp = from_tasklet(tp, t, tx_tl); in bottom_half()
2795 tasklet_schedule(&tp->tx_tl); in rtl8152_start_xmit()
6663 tasklet_disable(&tp->tx_tl); in set_carrier()
6667 tasklet_enable(&tp->tx_tl); in set_carrier()
6703 tasklet_schedule(&tp->tx_tl); in rtl_work_func_t()
6810 tasklet_enable(&tp->tx_tl); in rtl8152_open()
6838 tasklet_disable(&tp->tx_tl); in rtl8152_close()
8285 tasklet_disable(&tp->tx_tl); in rtl8152_pre_reset()
8329 tasklet_enable(&tp->tx_tl); in rtl8152_post_reset()
8486 tasklet_disable(&tp->tx_tl); in rtl8152_system_suspend()
8491 tasklet_enable(&tp->tx_tl); in rtl8152_system_suspend()
9248 tasklet_disable(&tp->tx_tl); in rtl8152_change_mtu()
9252 tasklet_enable(&tp->tx_tl); in rtl8152_change_mtu()
9666 tasklet_setup(&tp->tx_tl, bottom_half); in rtl8152_probe()
9667 tasklet_disable(&tp->tx_tl); in rtl8152_probe()
9792 tasklet_kill(&tp->tx_tl); in rtl8152_probe()
9808 tasklet_kill(&tp->tx_tl); in rtl8152_disconnect()