Searched refs:I40E_PFQF_HENA (Results 1 – 2 of 2) sorted by relevance
2439 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (uint32_t)hena); in i40e_config_rss()2440 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (uint32_t)(hena >> 32)); in i40e_config_rss()
2205 #define I40E_PFQF_HENA(_i) (0x00245900 + ((_i) * 128)) /* _i=0...1 */ /* Reset: CORER */ macro