Home
last modified time | relevance | path

Searched refs:OSAL_SNPRINTF (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h428 #define OSAL_SNPRINTF snprintf macro
H A Decore_dev.c1231 OSAL_SNPRINTF(str, str_len, "Ethertype 0x%04x", in ecore_llh_protocol_filter_stringify()
1235 OSAL_SNPRINTF(str, str_len, "TCP src port 0x%04x", in ecore_llh_protocol_filter_stringify()
1239 OSAL_SNPRINTF(str, str_len, "UDP src port 0x%04x", in ecore_llh_protocol_filter_stringify()
1243 OSAL_SNPRINTF(str, str_len, "TCP dst port 0x%04x", dest_port); in ecore_llh_protocol_filter_stringify()
1246 OSAL_SNPRINTF(str, str_len, "UDP dst port 0x%04x", dest_port); in ecore_llh_protocol_filter_stringify()
1249 OSAL_SNPRINTF(str, str_len, "TCP src/dst ports 0x%04x/0x%04x", in ecore_llh_protocol_filter_stringify()
1253 OSAL_SNPRINTF(str, str_len, "UDP src/dst ports 0x%04x/0x%04x", in ecore_llh_protocol_filter_stringify()
5698 OSAL_SNPRINTF(name, n, "%s %c%d", ECORE_IS_BB(p_dev) ? "BB" : "AH", in ecore_get_dev_name()
H A Decore_mng_tlv.c452 OSAL_SNPRINTF(p_buf->data, 14, "%d%d%d%d%d%d", in ecore_mfw_get_tlv_time_value()
H A Decore_dbg_fw_funcs.c2105 …if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ve… in ecore_dump_fw_ver_param()
2154 …if (OSAL_SNPRINTF(mfw_ver_str, sizeof(mfw_ver_str), "%d_%d_%d_%d", (u8)(mfw_ver >> 24), (u8)(mfw_v… in ecore_dump_mfw_ver_param()
2699 if (OSAL_SNPRINTF(hw_id_mask_str, sizeof(hw_id_mask_str), "0x%x", dev_data->bus.hw_id_mask) < 0) in ecore_bus_dump_hdr()
3917 if (OSAL_SNPRINTF(mem_name, sizeof(mem_name), "tbus_%s", phy_defs->phy_name) < 0) in ecore_grc_dump_phy()
H A Decore_int.c1110 OSAL_SNPRINTF(bit_name, 30, in ecore_int_deassertion()
H A Decore_rdma.c83 OSAL_SNPRINTF(bmap->name, QEDR_MAX_BMAP_NAME, "%s", name); in ecore_rdma_bmap_alloc()