Searched refs:rxhash_ena (Results 1 – 2 of 2) sorted by relevance
426 bool rxhash_ena; in idpf_get_rxfh() local442 rxhash_ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_get_rxfh()450 rxfh->indir[i] = rxhash_ena ? rss_data->rss_lut[i] : 0; in idpf_get_rxfh()
2821 bool rxhash_ena; in idpf_send_get_set_rss_lut_msg() local2826 rxhash_ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_send_get_set_rss_lut_msg()2848 rl->lut[i] = rxhash_ena ? in idpf_send_get_set_rss_lut_msg()