Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c548 (dglort->queue_l > 8) || (dglort->queue_b >= 256)) in fm10k_configure_dglort_map_pf()
553 vsi_count = BIT(dglort->vsi_l + dglort->queue_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()
594 ((u32)(dglort->queue_l)); in fm10k_configure_dglort_map_pf()
601 dglortmap <<= dglort->vsi_l + dglort->queue_l + dglort->shared_l; in fm10k_configure_dglort_map_pf()
H A Dfm10k_type.h519 u8 queue_l; /* Number of bits from GLORT used to determine queue */ member