Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c513 (dglort->queue_l > 8) || (dglort->queue_b >= 256)) in fm10k_configure_dglort_map_pf()
518 vsi_count = BIT(dglort->vsi_l + dglort->queue_l); in fm10k_configure_dglort_map_pf()
534 queue_count = BIT(dglort->queue_l + dglort->rss_l + dglort->vsi_l); in fm10k_configure_dglort_map_pf()
559 ((u32)(dglort->queue_l)); in fm10k_configure_dglort_map_pf()
566 dglortmap <<= dglort->vsi_l + dglort->queue_l + dglort->shared_l; in fm10k_configure_dglort_map_pf()
H A Dfm10k_type.h462 u8 queue_l; /* Number of bits from GLORT used to determine queue */ member
H A Dfm10k_pci.c1132 dglort.queue_l = fls(interface->num_rx_queues - 1); in fm10k_configure_dglort()