LCOV - code coverage report
Current view: top level - plugins/dma_intel - format.c (source / functions) Hit Total Coverage
Test: coverage-filtered.info Lines: 0 3 0.0 %
Date: 2023-07-05 22:20:52 Functions: 0 1 0.0 %

          Line data    Source code
       1             : /* SPDX-License-Identifier: Apache-2.0
       2             :  * Copyright (c) 2022 Intel and/or its affiliates.
       3             :  */
       4             : #include <vlib/vlib.h>
       5             : #include <vlib/pci/pci.h>
       6             : #include <vlib/dma/dma.h>
       7             : #include <vnet/plugin/plugin.h>
       8             : #include <dma_intel/dsa_intel.h>
       9             : 
      10             : u8 *
      11           0 : format_intel_dsa_addr (u8 *s, va_list *va)
      12             : {
      13           0 :   intel_dsa_channel_t *ch = va_arg (*va, intel_dsa_channel_t *);
      14           0 :   return format (s, "wq%d.%d", ch->did, ch->qid);
      15             : }

Generated by: LCOV version 1.14