Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.c526 if ((dglort->idx > 7) || (dglort->rss_l > 7) || (dglort->pc_l > 3) || in fm10k_configure_dglort_map_pf()
532 queue_count = 1 << (dglort->rss_l + dglort->pc_l); in fm10k_configure_dglort_map_pf()
549 queue_count = 1 << (dglort->queue_l + dglort->rss_l + dglort->vsi_l); in fm10k_configure_dglort_map_pf()
569 dglortdec = ((u32)(dglort->rss_l) << FM10K_DGLORTDEC_RSSLENGTH_SHIFT) | in fm10k_configure_dglort_map_pf()
Dfm10k_iov.c212 dglort.rss_l = fls(fm10k_queues_per_pool(hw) - 1); in fm10k_iov_resume()
Dfm10k_type.h468 u8 rss_l; /* RSS indices */ member
Dfm10k_netdev.c1282 dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask); in fm10k_dfwd_add_station()
1339 dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask); in fm10k_dfwd_del_station()
Dfm10k_pci.c748 dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask); in fm10k_configure_dglort()
766 dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask); in fm10k_configure_dglort()