Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h860 * struct virtchnl2_add_queues - data for VIRTCHNL2_OP_ADD_QUEUES.
870 * the ones that were assigned via CREATE_VPORT request. virtchnl2_add_queues
877 struct virtchnl2_add_queues { struct
886 VIRTCHNL2_CHECK_STRUCT_LEN(24, virtchnl2_add_queues); argument
H A Didpf_virtchnl.c2637 struct virtchnl2_add_queues *vc_msg __free(kfree) = NULL; in idpf_send_add_queues_msg()
2639 struct virtchnl2_add_queues aq = {}; in idpf_send_add_queues_msg()