Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddrop_monitor.c116 void (*hw_work_item_func)(struct work_struct *work); member
487 .hw_work_item_func = net_dm_hw_summary_work,
1015 .hw_work_item_func = net_dm_hw_packet_work,
1067 INIT_WORK(&hw_data->dm_alert_work, ops->hw_work_item_func); in net_dm_hw_monitor_start()