Home
last modified time | relevance | path

Searched refs:tx_hrtimer (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h85 struct hrtimer tx_hrtimer; member
H A Dam65-cpsw-nuss.c666 hrtimer_cancel(&tx_chn->tx_hrtimer); in am65_cpsw_destroy_txq()
1539 container_of(timer, struct am65_cpsw_tx_chn, tx_hrtimer); in am65_cpsw_nuss_tx_timer_callback()
1558 hrtimer_start(&tx_chn->tx_hrtimer, in am65_cpsw_nuss_tx_poll()
2224 hrtimer_setup(&tx_chn->tx_hrtimer, &am65_cpsw_nuss_tx_timer_callback, in am65_cpsw_nuss_ndev_add_tx_napi()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h127 struct hrtimer tx_hrtimer; member
H A Dicssg_common.c213 container_of(timer, struct prueth_tx_chn, tx_hrtimer); in emac_tx_timer_callback()
234 hrtimer_start(&tx_chn->tx_hrtimer, in emac_napi_tx_poll()
264 hrtimer_setup(&tx_chn->tx_hrtimer, &emac_tx_timer_callback, CLOCK_MONOTONIC, in prueth_ndev_add_tx_napi()
H A Dicssg_prueth.c924 hrtimer_cancel(&emac->tx_chns[i].tx_hrtimer); in emac_ndo_stop()