Searched refs:I40E_PFINT_LNKLST0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_diag.c | 60 {I40E_PFINT_LNKLST0, 0x00001FFF, 1, 0},
|
H A D | i40e_register.h | 386 #define I40E_PFINT_LNKLST0 0x00038500 /* Reset: PFR */ macro
|
H A D | i40e_main.c | 4052 wr32(hw, I40E_PFINT_LNKLST0, 0); in i40e_configure_msi_and_legacy() 5088 val = rd32(hw, I40E_PFINT_LNKLST0); in i40e_vsi_free_irq() 5093 wr32(hw, I40E_PFINT_LNKLST0, val); in i40e_vsi_free_irq() 12249 wr32(hw, I40E_PFINT_LNKLST0, I40E_QUEUE_END_OF_LIST); in i40e_setup_misc_vector()
|
H A D | i40e_common.c | 1112 wr32(hw, I40E_PFINT_LNKLST0, val); in i40e_clear_hw()
|