Searched refs:I40E_PFINT_ICR0_ENA (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c1657 icr0 = rd32(hw, I40E_PFINT_ICR0_ENA);
1659 wr32(hw, I40E_PFINT_ICR0_ENA, icr0);
H A Dixl_pf_main.c826 mask = rd32(hw, I40E_PFINT_ICR0_ENA);
1574 wr32(hw, I40E_PFINT_ICR0_ENA, 0); /* disable all */
1585 wr32(hw, I40E_PFINT_ICR0_ENA, reg);
1669 wr32(hw, I40E_PFINT_ICR0_ENA, reg);
3646 reg = rd32(hw, I40E_PFINT_ICR0_ENA);
3648 wr32(hw, I40E_PFINT_ICR0_ENA, reg);
H A Di40e_register.h1033 #define I40E_PFINT_ICR0_ENA 0x00038800 /* Reset: CORER */ macro
H A Di40e_common.c1455 wr32(hw, I40E_PFINT_ICR0_ENA, 0);

Completed in 174 milliseconds