Searched refs:virtchnl2_queue_chunk (Results 1 – 2 of 2) sorted by relevance
1188 struct virtchnl2_queue_chunk { struct1194 VIRTCHNL2_CHECK_STRUCT_LEN(16, virtchnl2_queue_chunk); argument1204 struct virtchnl2_queue_chunk chunks[] __counted_by_le(num_chunks);
1846 struct virtchnl2_queue_chunk *qc __free(kfree) = NULL; in idpf_send_ena_dis_queues_msg()1857 buf_sz = sizeof(struct virtchnl2_queue_chunk) * num_q; in idpf_send_ena_dis_queues_msg()1938 chunk_sz = sizeof(struct virtchnl2_queue_chunk); in idpf_send_ena_dis_queues_msg()2156 static void idpf_convert_reg_to_queue_chunks(struct virtchnl2_queue_chunk *dchunks, in idpf_convert_reg_to_queue_chunks()