Searched refs:virtchnl2_queue_vector (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h1160 * struct virtchnl2_queue_vector - Queue to vector mapping.
1168 struct virtchnl2_queue_vector { struct
1176 VIRTCHNL2_CHECK_STRUCT_LEN(24, virtchnl2_queue_vector);
1188 * virtchnl2_queue_vector structures. CP maps the requested queue vector maps
1198 struct virtchnl2_queue_vector qv_maps[] __counted_by_le(num_qv_maps);
H A Didpf_virtchnl.c1834 struct virtchnl2_queue_vector *vqv __free(kfree) = NULL;
1843 buf_sz = sizeof(struct virtchnl2_queue_vector) * num_q;
1906 chunk_sz = sizeof(struct virtchnl2_queue_vector);

Completed in 148 milliseconds