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.c896 hrtimer_cancel(&tx_chn[i].tx_hrtimer); in am65_cpsw_nuss_common_stop()
1578 container_of(timer, struct am65_cpsw_tx_chn, tx_hrtimer); in am65_cpsw_nuss_tx_timer_callback()
1602 hrtimer_start(&tx_chn->tx_hrtimer, in am65_cpsw_nuss_tx_poll()
2270 hrtimer_init(&tx_chn->tx_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED); in am65_cpsw_nuss_ndev_add_tx_napi()
2271 tx_chn->tx_hrtimer.function = &am65_cpsw_nuss_tx_timer_callback; in am65_cpsw_nuss_ndev_add_tx_napi()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c201 container_of(timer, struct prueth_tx_chn, tx_hrtimer); in emac_tx_timer_callback()
222 hrtimer_start(&tx_chn->tx_hrtimer, in emac_napi_tx_poll()
252 hrtimer_init(&tx_chn->tx_hrtimer, CLOCK_MONOTONIC, in prueth_ndev_add_tx_napi()
254 tx_chn->tx_hrtimer.function = &emac_tx_timer_callback; in prueth_ndev_add_tx_napi()
H A Dicssg_prueth.h116 struct hrtimer tx_hrtimer; member
H A Dicssg_prueth.c715 hrtimer_cancel(&emac->tx_chns[i].tx_hrtimer); in emac_ndo_stop()