Searched refs:I40E_VFQF_HLUT (Results 1 – 4 of 4) sorted by relevance
646 hlut_val = rd32(hw, I40E_VFQF_HLUT(i)); in i40evf_get_rxfh()685 wr32(hw, I40E_VFQF_HLUT(i), hlut_val); in i40evf_set_rxfh()
1468 wr32(hw, I40E_VFQF_HLUT(i), lut); in i40evf_configure_rss()
3325 #define I40E_VFQF_HLUT(_i) (0x0000D000 + ((_i) * 4)) /* _i=0...15 */ /* Reset: CORER */ macro