MCPcopy Create free account
hub / github.com/F-Stack/f-stack / i40e_pf_disable_irq0

Function i40e_pf_disable_irq0

dpdk/drivers/net/i40e/i40e_ethdev.c:6655–6662  ·  view source on GitHub ↗

Disable IRQ0 */

Source from the content-addressed store, hash-verified

6653
6654/* Disable IRQ0 */
6655void
6656i40e_pf_disable_irq0(struct i40e_hw *hw)
6657{
6658 /* Disable all interrupt types */
6659 I40E_WRITE_REG(hw, I40E_PFINT_DYN_CTL0,
6660 I40E_PFINT_DYN_CTL0_ITR_INDX_MASK);
6661 I40E_WRITE_FLUSH(hw);
6662}
6663
6664/* Enable IRQ0 */
6665void

Callers 7

i40e_pf_host_initFunction · 0.85
i40e_pf_host_uninitFunction · 0.85
i40e_dev_closeFunction · 0.85
i40e_vmdq_setupFunction · 0.85
i40e_pf_config_irq0Function · 0.85
i40e_dev_alarm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected