Home
last modified time | relevance | path

Searched refs:buf_str (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c350 char *buf_str, u32 buf_size) in qed_set_platform_str() argument
352 snprintf(buf_str, buf_size, "%s.", rte_version()); in qed_set_platform_str()
H A Dbcm_osal.h471 char *buf_str, u32 buf_size);
472 #define OSAL_SET_PLATFORM_STR(p_hwfn, buf_str, buf_size) \ argument
473 qed_set_platform_str(p_hwfn, buf_str, buf_size)
H A Decore.h1105 char *buf_str, u32 buf_size);
H A Decore_dev.c6802 char *buf_str, u32 buf_size) in ecore_set_platform_str() argument
6806 OSAL_SNPRINTF(buf_str, buf_size, "Ecore %d.%d.%d.%d. ", in ecore_set_platform_str()
6810 len = OSAL_STRLEN(buf_str); in ecore_set_platform_str()
6811 OSAL_SET_PLATFORM_STR(p_hwfn, &buf_str[len], buf_size - len); in ecore_set_platform_str()