Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c546 if ((dglort->idx > 7) || (dglort->rss_l > 7) || (dglort->pc_l > 3) || in fm10k_configure_dglort_map_pf()
552 queue_count = BIT(dglort->rss_l + dglort->pc_l); in fm10k_configure_dglort_map_pf()
569 queue_count = BIT(dglort->queue_l + dglort->rss_l + dglort->vsi_l); in fm10k_configure_dglort_map_pf()
589 dglortdec = ((u32)(dglort->rss_l) << FM10K_DGLORTDEC_RSSLENGTH_SHIFT) | in fm10k_configure_dglort_map_pf()
H A Dfm10k_type.h516 u8 rss_l; /* RSS indices */ member