Searched refs:rxhash_ena (Results 1 – 2 of 2) sorted by relevance
423 bool rxhash_ena; in idpf_get_rxfh() local439 rxhash_ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_get_rxfh()447 rxfh->indir[i] = rxhash_ena ? rss_data->rss_lut[i] : 0; in idpf_get_rxfh()
2875 bool rxhash_ena; in idpf_send_get_set_rss_lut_msg() local2882 rxhash_ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_send_get_set_rss_lut_msg()2905 rl->lut[i] = rxhash_ena ? in idpf_send_get_set_rss_lut_msg()