Searched refs:iavf_irq_enable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 412 void iavf_irq_enable(struct iavf_adapter *adapter, bool flush);
|
H A D | iavf_main.c | 253 * iavf_irq_enable - Enable default interrupt generation settings 257 void iavf_irq_enable(struct iavf_adapter *adapter, bool flush) in iavf_irq_enable() function 2265 iavf_irq_enable(adapter, true); in iavf_reset_task() 3249 iavf_irq_enable(adapter, true); in iavf_open()
|
H A D | iavf_virtchnl.c | 1459 iavf_irq_enable(adapter, true); in iavf_virtchnl_completion()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 545 void iavf_irq_enable(struct iavf_adapter *adapter, bool flush);
|
H A D | iavf_main.c | 388 * iavf_irq_enable - Enable default interrupt generation settings 392 void iavf_irq_enable(struct iavf_adapter *adapter, bool flush) in iavf_irq_enable() function 3183 iavf_irq_enable(adapter, true); in iavf_reset_task() 4260 iavf_irq_enable(adapter, true); in iavf_open()
|
H A D | iavf_virtchnl.c | 2343 iavf_irq_enable(adapter, true); in iavf_virtchnl_completion()
|
Completed in 19 milliseconds