Searched refs:num_qinfo (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1519 ctq->num_qinfo = cpu_to_le16(num_chunks);
1658 crq->num_qinfo = cpu_to_le16(num_chunks);
H A Dvirtchnl2.h690 * @num_qinfo: Number of virtchnl2_txq_info structs.
695 * This message contains an array of num_qinfo instances of virtchnl2_txq_info
697 * num_qinfo specified is greater than the number of queues associated with the
704 __le16 num_qinfo; member in struct:virtchnl2_config_tx_queues
706 struct virtchnl2_txq_info qinfo[] __counted_by_le(num_qinfo);
769 * @num_qinfo: Number of instances.
774 * This message contains an array of num_qinfo instances of virtchnl2_rxq_info
783 __le16 num_qinfo; member in struct:virtchnl2_config_rx_queues
785 struct virtchnl2_rxq_info qinfo[] __counted_by_le(num_qinfo);

Completed in 208 milliseconds