Home
last modified time | relevance | path

Searched refs:I40E_PFQF_HLUT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2435 I40E_WRITE_REG(hw, I40E_PFQF_HLUT(i), hlut[i]); in i40e_config_rss_hlut()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_register.h2233 #define I40E_PFQF_HLUT(_i) (0x00240000 + ((_i) * 128)) /* _i=0...127 */ /* Reset: CORER */ macro