MCPcopy Create free account
hub / github.com/F-Stack/f-stack / qed_set_platform_str

Function qed_set_platform_str

dpdk/drivers/net/qede/base/bcm_osal.c:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void qed_set_platform_str(struct ecore_hwfn *p_hwfn,
373 char *buf_str, u32 buf_size)
374{
375 snprintf(buf_str, buf_size, "%s.", rte_version());
376}

Callers

nothing calls this directly

Calls 2

snprintfFunction · 0.85
rte_versionFunction · 0.85

Tested by

no test coverage detected