Searched refs:hlut (Results 1 – 1 of 1) sorted by relevance
2343 uint32_t *hlut; in i40e_config_rss_hlut() local2352 hlut = kmem_alloc(I40E_HLUT_TABLE_SIZE, KM_NOSLEEP); in i40e_config_rss_hlut()2353 if (hlut == NULL) { in i40e_config_rss_hlut()2369 ((uint8_t *)hlut)[i] = in i40e_config_rss_hlut()2376 status = i40e_aq_set_rss_lut(hw, 0, B_TRUE, (uint8_t *)hlut, in i40e_config_rss_hlut()2386 I40E_WRITE_REG(hw, I40E_PFQF_HLUT(i), hlut[i]); in i40e_config_rss_hlut()2391 kmem_free(hlut, I40E_HLUT_TABLE_SIZE); in i40e_config_rss_hlut()