Searched refs:GLINT_ITR (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 429 {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()
|
D | ice_base.c | 706 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()
|
D | ice_hw_autogen.h | 133 #define GLINT_ITR(_i, _INT) (0x00154000 + ((_i) * 8192 + (_INT) * 4)) macro
|
D | ice_lib.c | 2362 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()
|
D | ice_main.c | 2840 wr32(hw, GLINT_ITR(ICE_RX_ITR, pf->oicr_idx), in ice_req_irq_msix_misc()
|