Searched refs:p_buffer (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_bufptr.cpp38 TrcMemAccBufPtr::TrcMemAccBufPtr(const ocsd_vaddr_t s_address, const uint8_t *p_buffer, const uint32_t size) : argument
40 m_p_buffer(p_buffer)
H A Dtrc_mem_acc_base.cpp45 ocsd_err_t TrcMemAccFactory::CreateBufferAccessor(TrcMemAccessorBase **pAccessor, const ocsd_vaddr_t s_address, const uint8_t *p_buffer, const uint32_t size) argument
49 pAcc = new (std::nothrow) TrcMemAccBufPtr(s_address,p_buffer,size);
H A Dtrc_mem_acc_mapper.cpp78 ocsd_err_t TrcMemAccMapper::ReadTargetMemory(const ocsd_vaddr_t address, const uint8_t cs_trace_id, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
102 err = m_cache.readBytesFromCache(m_acc_curr, address, mem_space, cs_trace_id, &readBytes, p_buffer);
108 readBytes = m_acc_curr->readBytes(address, mem_space, cs_trace_id, *num_bytes, p_buffer);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ooo.c211 struct ecore_ooo_buffer *p_buffer; local
230 p_buffer =
235 if (p_buffer == OSAL_NULL)
240 OSAL_LIST_REMOVE_ENTRY(&p_buffer->list_entry,
242 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry,
254 struct ecore_ooo_buffer *p_buffer; local
276 p_buffer =
281 if (p_buffer == OSAL_NULL)
286 OSAL_LIST_REMOVE_ENTRY(&p_buffer->list_entry,
288 OSAL_LIST_PUSH_TAIL(&p_buffer
315 struct ecore_ooo_buffer *p_buffer; local
348 ecore_ooo_put_free_buffer(struct ecore_ooo_info *p_ooo_info, struct ecore_ooo_buffer *p_buffer) argument
358 struct ecore_ooo_buffer *p_buffer = OSAL_NULL; local
373 ecore_ooo_put_ready_buffer(struct ecore_ooo_info *p_ooo_info, struct ecore_ooo_buffer *p_buffer, u8 on_tail) argument
388 struct ecore_ooo_buffer *p_buffer = OSAL_NULL; local
442 ecore_ooo_add_new_isle(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct ecore_ooo_buffer *p_buffer) argument
503 ecore_ooo_add_new_buffer(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct ecore_ooo_buffer *p_buffer, u8 buffer_side) argument
566 ecore_ooo_dump_rx_event(struct ecore_hwfn *p_hwfn, struct ooo_opaque *iscsi_ooo, struct ecore_ooo_buffer *p_buffer) argument
[all...]
H A Decore_ooo.h111 struct ecore_ooo_buffer *p_buffer);
117 struct ecore_ooo_buffer *p_buffer, u8 on_tail);
132 struct ecore_ooo_buffer *p_buffer);
138 struct ecore_ooo_buffer *p_buffer,
148 struct ecore_ooo_buffer *p_buffer);
H A Decore_ll2.c187 struct ecore_ooo_buffer *p_buffer; local
189 p_buffer = (struct ecore_ooo_buffer *)p_pkt->cookie;
190 ecore_ooo_put_free_buffer(p_hwfn->p_ooo_info, p_buffer);
498 struct ecore_ooo_buffer *p_buffer; local
500 p_buffer = (struct ecore_ooo_buffer *)p_pkt->cookie;
501 ecore_ooo_put_free_buffer(p_hwfn->p_ooo_info, p_buffer);
548 struct ecore_ooo_buffer *p_buffer; local
621 p_buffer = (struct ecore_ooo_buffer *)p_pkt->cookie;
622 p_buffer->packet_length = packet_length;
623 p_buffer
692 struct ecore_ooo_buffer *p_buffer; local
732 struct ecore_ooo_buffer *p_buffer; local
771 struct ecore_ooo_buffer *p_buffer; local
1949 struct ecore_ooo_buffer *p_buffer; local
[all...]
H A Decore_mcp_api.h1043 * @param p_buffer - allocated buffer into which to fill data
1046 * @return ECORE_SUCCESS iff p_buffer now contains the nvram image.
1051 u8 *p_buffer, u32 buffer_len);
H A Decore_mcp.c3900 u8 *p_buffer, u32 buffer_len)
3905 OSAL_MEM_ZERO(p_buffer, buffer_len);
3930 p_buffer, image_att.length);
3897 ecore_mcp_get_nvm_image(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_nvm_images image_id, u8 *p_buffer, u32 buffer_len) argument
/freebsd-13-stable/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_tgt_mem_access_i.h77 * @param *p_buffer : Buffer to fill with the bytes.
85 uint8_t *p_buffer) = 0;
/freebsd-13-stable/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_bufptr.h58 * @param *p_buffer : pointer to a buffer of binary data.
62 TrcMemAccBufPtr(const ocsd_vaddr_t s_address, const uint8_t *p_buffer, const uint32_t size);
H A Dtrc_mem_acc_mapper.h62 uint8_t *p_buffer);
H A Dtrc_mem_acc_base.h232 static ocsd_err_t CreateBufferAccessor(TrcMemAccessorBase **pAccessor, const ocsd_vaddr_t s_address, const uint8_t *p_buffer, const uint32_t size);
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_cust_impl.h101 uint8_t *p_buffer)
104 return callbacks->fn_memory_access(callbacks->lib_context, address, cs_trace_id, mem_space, num_bytes, p_buffer);
96 lib_cb_MemAccess(const ocsd_extern_dcd_cb_fns *callbacks, const ocsd_vaddr_t address, const uint8_t cs_trace_id, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
H A Docsd_c_api_custom.h145 uint8_t *p_buffer);
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h98 ocsd_err_t accessMemory(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer);
176 inline ocsd_err_t TrcPktDecodeI::accessMemory(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
179 return m_mem_access.first()->ReadTargetMemory(address,getCoreSightTraceID(),mem_space, num_bytes,p_buffer);
/freebsd-13-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h149 uint8_t *p_buffer);
H A Docsd_c_api_custom_obj.cpp335 uint8_t *p_buffer)
338 return ((CustomDecoderWrapper *)lib_context)->m_pMemAccessor->ReadTargetMemory(address, cs_trace_id, mem_space, num_bytes, p_buffer);
330 MemAccessCB(const void *lib_context, const ocsd_vaddr_t address, const uint8_t cs_trace_id, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk223 class_add_prop(SromOpBind, p_buffer, "buffer")
763 _buffer = get(_pending_bind, p_buffer)
1126 set(_obj, p_buffer, array_new())
1215 if (array_size(get(bind, p_buffer)) != 0)
1359 _buffer = get(bind, p_buffer)

Completed in 270 milliseconds