Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c485 struct ecore_rss_params *p_rss) in ecore_sp_vport_update_rss() argument
491 if (!p_rss) { in ecore_sp_vport_update_rss()
500 rc = ecore_fw_rss_eng(p_hwfn, p_rss->rss_eng_id, in ecore_sp_vport_update_rss()
510 p_config->rss_mode = p_rss->rss_enable ? in ecore_sp_vport_update_rss()
518 !!(p_rss->rss_caps & ECORE_RSS_IPV4)); in ecore_sp_vport_update_rss()
521 !!(p_rss->rss_caps & ECORE_RSS_IPV6)); in ecore_sp_vport_update_rss()
524 !!(p_rss->rss_caps & ECORE_RSS_IPV4_TCP)); in ecore_sp_vport_update_rss()
527 !!(p_rss->rss_caps & ECORE_RSS_IPV6_TCP)); in ecore_sp_vport_update_rss()
530 !!(p_rss->rss_caps & ECORE_RSS_IPV4_UDP)); in ecore_sp_vport_update_rss()
533 !!(p_rss->rss_caps & ECORE_RSS_IPV6_UDP)); in ecore_sp_vport_update_rss()
[all …]