Searched refs:hlut (Results 1 – 1 of 1) sorted by relevance
2392 uint32_t *hlut; in i40e_config_rss_hlut() local2401 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()