Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2392 uint32_t *hlut; in i40e_config_rss_hlut() local
2401 hlut = kmem_alloc(I40E_HLUT_TABLE_SIZE, KM_NOSLEEP); in i40e_config_rss_hlut()
2402 if (hlut == NULL) { in i40e_config_rss_hlut()
2418 ((uint8_t *)hlut)[i] = in i40e_config_rss_hlut()
2425 status = i40e_aq_set_rss_lut(hw, 0, B_TRUE, (uint8_t *)hlut, in i40e_config_rss_hlut()
2435 I40E_WRITE_REG(hw, I40E_PFQF_HLUT(i), hlut[i]); in i40e_config_rss_hlut()
2440 kmem_free(hlut, I40E_HLUT_TABLE_SIZE); in i40e_config_rss_hlut()