Searched refs:tx_hrtimer (Results 1 – 5 of 5) 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 | 896 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 D | icssg_common.c | 201 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 D | icssg_prueth.h | 116 struct hrtimer tx_hrtimer; member
|
H A D | icssg_prueth.c | 715 hrtimer_cancel(&emac->tx_chns[i].tx_hrtimer); in emac_ndo_stop()
|