Home
last modified time | relevance | path

Searched refs:GLINT_ITR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c429 {GLINT_ITR(0, 0), 0x00000fff, int_elements, in ice_reg_test()
430 GLINT_ITR(0, 1) - GLINT_ITR(0, 0)}, in ice_reg_test()
431 {GLINT_ITR(1, 0), 0x00000fff, int_elements, in ice_reg_test()
432 GLINT_ITR(1, 1) - GLINT_ITR(1, 0)}, in ice_reg_test()
433 {GLINT_ITR(0, 0), 0x00000fff, int_elements, in ice_reg_test()
434 GLINT_ITR(2, 1) - GLINT_ITR(2, 0)}, in ice_reg_test()
Dice_base.c706 wr32(hw, GLINT_ITR(rc->itr_idx, q_vector->reg_idx), in ice_cfg_itr()
716 wr32(hw, GLINT_ITR(rc->itr_idx, q_vector->reg_idx), in ice_cfg_itr()
Dice_hw_autogen.h133 #define GLINT_ITR(_i, _INT) (0x00154000 + ((_i) * 8192 + (_INT) * 4)) macro
Dice_lib.c2362 wr32(hw, GLINT_ITR(ICE_IDX_ITR0, reg_idx), 0); in ice_vsi_release_msix()
2363 wr32(hw, GLINT_ITR(ICE_IDX_ITR1, reg_idx), 0); in ice_vsi_release_msix()
2702 wr32(hw, GLINT_ITR(tx_rc->itr_idx, q_vector->reg_idx), in ice_vsi_rebuild_update_coalesce()
2706 wr32(hw, GLINT_ITR(rx_rc->itr_idx, q_vector->reg_idx), in ice_vsi_rebuild_update_coalesce()
Dice_main.c2840 wr32(hw, GLINT_ITR(ICE_RX_ITR, pf->oicr_idx), in ice_req_irq_msix_misc()