Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1064 int max_rx_q, max_tx_q; in idpf_vport_alloc_max_qs() local
1068 max_rx_q = le16_to_cpu(caps->max_rx_q) / default_vports; in idpf_vport_alloc_max_qs()
1071 max_q->max_rxq = min_t(u16, max_rx_q, IDPF_MAX_Q); in idpf_vport_alloc_max_qs()
1129 avail_queues->avail_rxq = le16_to_cpu(caps->max_rx_q); in idpf_init_avail_queues()
H A Dvirtchnl2.h495 * @max_rx_q: Maximum number of supported Rx queues.
549 __le16 max_rx_q; member