Searched refs:buf_str (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.c | 350 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 D | bcm_osal.h | 471 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 D | ecore.h | 1105 char *buf_str, u32 buf_size);
|
| H A D | ecore_dev.c | 6802 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()
|