Searched refs:rx_hrtimer (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.h | 101 struct hrtimer rx_hrtimer; member
|
H A D | am65-cpsw-nuss.c | 517 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 D | icssg_prueth.h | 238 struct hrtimer rx_hrtimer; member
|
H A D | icssg_prueth.c | 392 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 D | icssg_common.c | 1112 hrtimer_start(&emac->rx_hrtimer, in icssg_napi_rx_poll()
|