Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h101 struct hrtimer rx_hrtimer; member
H A Dam65-cpsw-nuss.c517 hrtimer_cancel(&flow->rx_hrtimer); in am65_cpsw_destroy_rxq()
1391 rx_hrtimer); in am65_cpsw_nuss_rx_timer_callback()
1425 hrtimer_start(&flow->rx_hrtimer, in am65_cpsw_nuss_rx_poll()
2478 hrtimer_setup(&flow->rx_hrtimer, &am65_cpsw_nuss_rx_timer_callback, CLOCK_MONOTONIC, in am65_cpsw_nuss_init_rx_chns()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h238 struct hrtimer rx_hrtimer; member
H A Dicssg_prueth.c392 container_of(timer, struct prueth_emac, rx_hrtimer); in emac_rx_timer_callback()
933 hrtimer_cancel(&emac->rx_hrtimer); in emac_ndo_stop()
1316 hrtimer_setup(&emac->rx_hrtimer, &emac_rx_timer_callback, CLOCK_MONOTONIC, in prueth_netdev_init()
H A Dicssg_common.c1112 hrtimer_start(&emac->rx_hrtimer, in icssg_napi_rx_poll()