Home
last modified time | relevance | path

Searched refs:buf_array (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4921 struct bin_buffer_hdr *buf_array = (struct bin_buffer_hdr *)bin_ptr; in ecore_dbg_set_bin_ptr() local
4926 s_dbg_arrays[buf_id].ptr = (u32 *)(bin_ptr + buf_array[buf_id].offset); in ecore_dbg_set_bin_ptr()
4927 s_dbg_arrays[buf_id].size_in_dwords = BYTES_TO_DWORDS(buf_array[buf_id].length); in ecore_dbg_set_bin_ptr()
/freebsd-12.1/contrib/ofed/opensm/include/iba/
H A Dib_types.h11062 uint64_t *buf_array; member