Searched refs:rx_hrtimer (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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() 1393 rx_hrtimer); in am65_cpsw_nuss_rx_timer_callback() 1427 hrtimer_start(&flow->rx_hrtimer, in am65_cpsw_nuss_rx_poll() 2480 hrtimer_setup(&flow->rx_hrtimer, &am65_cpsw_nuss_rx_timer_callback, CLOCK_MONOTONIC, in am65_cpsw_nuss_init_rx_chns()
|
| /linux-6.15/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_prueth.h | 237 struct hrtimer rx_hrtimer; member
|
| H A D | icssg_prueth.c | 385 container_of(timer, struct prueth_emac, rx_hrtimer); in emac_rx_timer_callback() 917 hrtimer_cancel(&emac->rx_hrtimer); in emac_ndo_stop() 1300 hrtimer_setup(&emac->rx_hrtimer, &emac_rx_timer_callback, CLOCK_MONOTONIC, in prueth_netdev_init()
|
| H A D | icssg_common.c | 1126 hrtimer_start(&emac->rx_hrtimer, in icssg_napi_rx_poll()
|