Searched refs:virtchnl2_txq_info (Results 1 – 2 of 2) sorted by relevance
667 struct virtchnl2_txq_info { struct685 VIRTCHNL2_CHECK_STRUCT_LEN(56, virtchnl2_txq_info); argument706 struct virtchnl2_txq_info qinfo[] __counted_by_le(num_qinfo);
1441 struct virtchnl2_txq_info *qi __free(kfree) = NULL; in idpf_send_config_tx_queues_msg()1449 qi = kcalloc(totqs, sizeof(struct virtchnl2_txq_info), GFP_KERNEL); in idpf_send_config_tx_queues_msg()1514 chunk_sz = sizeof(struct virtchnl2_txq_info); in idpf_send_config_tx_queues_msg()