Home
last modified time | relevance | path

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

/linux-6.15/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()
1541 container_of(timer, struct am65_cpsw_tx_chn, tx_hrtimer); in am65_cpsw_nuss_tx_timer_callback()
1560 hrtimer_start(&tx_chn->tx_hrtimer, in am65_cpsw_nuss_tx_poll()
2226 hrtimer_setup(&tx_chn->tx_hrtimer, &am65_cpsw_nuss_tx_timer_callback, in am65_cpsw_nuss_ndev_add_tx_napi()
/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h126 struct hrtimer tx_hrtimer; member
H A Dicssg_common.c223 container_of(timer, struct prueth_tx_chn, tx_hrtimer); in emac_tx_timer_callback()
244 hrtimer_start(&tx_chn->tx_hrtimer, in emac_napi_tx_poll()
274 hrtimer_setup(&tx_chn->tx_hrtimer, &emac_tx_timer_callback, CLOCK_MONOTONIC, in prueth_ndev_add_tx_napi()
H A Dicssg_prueth.c908 hrtimer_cancel(&emac->tx_chns[i].tx_hrtimer); in emac_ndo_stop()