Searched refs:iavf_schedule_reset (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 395 void iavf_schedule_reset(struct iavf_adapter *adapter);
|
H A D | iavf_ethtool.c | 960 iavf_schedule_reset(adapter); in iavf_set_channels()
|
H A D | iavf_main.c | 159 * iavf_schedule_reset - Set the flags and schedule a reset event 162 void iavf_schedule_reset(struct iavf_adapter *adapter) in iavf_schedule_reset() function 181 iavf_schedule_reset(adapter); in iavf_tx_timeout() 3530 iavf_schedule_reset(adapter); in iavf_process_config()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 525 void iavf_schedule_reset(struct iavf_adapter *adapter, u64 flags);
|
H A D | iavf_ethtool.c | 535 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_set_priv_flags() 678 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_set_ringparam() 1875 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_set_channels()
|
H A D | iavf_main.c | 281 * iavf_schedule_reset - Set the flags and schedule a reset event 285 void iavf_schedule_reset(struct iavf_adapter *adapter, u64 flags) in iavf_schedule_reset() function 316 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_tx_timeout() 2453 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_parse_vf_resource_msg() 2880 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_PENDING); in iavf_watchdog_task() 4380 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_NEEDED); in iavf_change_mtu()
|
H A D | iavf_virtchnl.c | 2019 iavf_schedule_reset(adapter, IAVF_FLAG_RESET_PENDING); in iavf_virtchnl_completion()
|
Completed in 20 milliseconds