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

Function i40e_pf_enable_irq0

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

Enable IRQ0 */

Source from the content-addressed store, hash-verified

6663
6664/* Enable IRQ0 */
6665void
6666i40e_pf_enable_irq0(struct i40e_hw *hw)
6667{
6668 I40E_WRITE_REG(hw, I40E_PFINT_DYN_CTL0,
6669 I40E_PFINT_DYN_CTL0_INTENA_MASK |
6670 I40E_PFINT_DYN_CTL0_CLEARPBA_MASK |
6671 I40E_PFINT_DYN_CTL0_ITR_INDX_MASK);
6672 I40E_WRITE_FLUSH(hw);
6673}
6674
6675static void
6676i40e_pf_config_irq0(struct i40e_hw *hw, bool no_queue)

Callers 6

i40e_pf_host_initFunction · 0.85
eth_i40e_dev_initFunction · 0.85
i40e_dev_startFunction · 0.85
i40e_vmdq_setupFunction · 0.85
i40e_dev_alarm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected