Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h760 * @num_qinfo: Number of virtchnl2_txq_info structs.
765 * This message contains an array of num_qinfo instances of virtchnl2_txq_info
767 * num_qinfo specified is greater than the number of queues associated with the
774 __le16 num_qinfo; member
776 struct virtchnl2_txq_info qinfo[] __counted_by_le(num_qinfo);
839 * @num_qinfo: Number of instances.
844 * This message contains an array of num_qinfo instances of virtchnl2_rxq_info
853 __le16 num_qinfo; member
855 struct virtchnl2_rxq_info qinfo[] __counted_by_le(num_qinfo);
H A Didpf_virtchnl.c1663 ctq->num_qinfo = cpu_to_le16(num_chunks); in idpf_send_config_tx_queues_msg()
1815 crq->num_qinfo = cpu_to_le16(num_chunks); in idpf_send_config_rx_queues_msg()