Searched refs:strw0 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_sec_telemetry.c | 22 char strw0[W0_MAXLEN]; in copy_outb_sa_9k() local 29 snprintf(strw0, sizeof(strw0), "%" PRIu64, w0.u64); in copy_outb_sa_9k() 30 rte_tel_data_add_dict_string(d, str, strw0); in copy_outb_sa_9k() 55 char strw0[W0_MAXLEN]; in copy_inb_sa_9k() local 62 snprintf(strw0, sizeof(strw0), "%" PRIu64, w0.u64); in copy_inb_sa_9k() 63 rte_tel_data_add_dict_string(d, str, strw0); in copy_inb_sa_9k()
|