Searched refs:virtchnl2_queue_chunk (Results 1 – 2 of 2) sorted by relevance
1118 struct virtchnl2_queue_chunk { struct1124 VIRTCHNL2_CHECK_STRUCT_LEN(16, virtchnl2_queue_chunk); argument1134 struct virtchnl2_queue_chunk chunks[] __counted_by_le(num_chunks);
1710 struct virtchnl2_queue_chunk *qc __free(kfree) = NULL; in idpf_send_ena_dis_queues_msg()1721 buf_sz = sizeof(struct virtchnl2_queue_chunk) * num_q; in idpf_send_ena_dis_queues_msg()1802 chunk_sz = sizeof(struct virtchnl2_queue_chunk); in idpf_send_ena_dis_queues_msg()2020 static void idpf_convert_reg_to_queue_chunks(struct virtchnl2_queue_chunk *dchunks, in idpf_convert_reg_to_queue_chunks()