Disable IRQ0 */
| 6653 | |
| 6654 | /* Disable IRQ0 */ |
| 6655 | void |
| 6656 | i40e_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 */ |
| 6665 | void |
no outgoing calls
no test coverage detected