Searched refs:tx_hrtimer (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-nuss.h | 85 struct hrtimer tx_hrtimer; member
|
| H A D | am65-cpsw-nuss.c | 666 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() 2225 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 D | icssg_common.c | 309 container_of(timer, struct prueth_tx_chn, tx_hrtimer); in emac_tx_timer_callback() 333 hrtimer_start(&tx_chn->tx_hrtimer, in emac_napi_tx_poll() 367 hrtimer_setup(&tx_chn->tx_hrtimer, &emac_tx_timer_callback, CLOCK_MONOTONIC, in prueth_ndev_add_tx_napi()
|
| H A D | icssg_prueth.c | 916 hrtimer_cancel(&emac->tx_chns[i].tx_hrtimer); in prueth_destroy_txq()
|