Home
last modified time | relevance | path

Searched refs:dst_count (Results 1 – 13 of 13) sorted by relevance

/openbmc/libpldm/src/
H A Dmsgbuf.h625 void *dst, size_t dst_count) in pldm_msgbuf_extract_array_char()
627 if (count > dst_count) { in pldm_msgbuf_extract_array_char()
664 size_t dst_count) in pldm_msgbuf_insert_uint64()
666 return pldm__msgbuf_extract_array_void(ctx, count, dst, dst_count); in pldm_msgbuf_insert_uint64()
676 uint8_t *dst, size_t dst_count) in pldm_msgbuf_insert_uint64()
678 return pldm__msgbuf_extract_array_void(ctx, count, dst, dst_count); in pldm_msgbuf_insert_uint64()
688 * @param dst_count - The maximum number of elements to place into @p dst
690 * Note that both @p count and @p dst_count can only be counted by `sizeof` for in pldm_msgbuf_insert_uint32()
694 #define pldm_msgbuf_extract_array(ctx, count, dst, dst_count) \ in pldm_msgbuf_insert_uint32()
698 dst_count) in pldm_msgbuf_insert_uint32()
587 pldm__msgbuf_extract_array_void(struct pldm_msgbuf * ctx,size_t count,void * dst,size_t dst_count) pldm__msgbuf_extract_array_void() argument
624 pldm_msgbuf_extract_array_char(struct pldm_msgbuf * ctx,size_t count,char * dst,size_t dst_count) pldm_msgbuf_extract_array_char() argument
636 pldm_msgbuf_extract_array_uint8(struct pldm_msgbuf * ctx,size_t count,uint8_t * dst,size_t dst_count) pldm_msgbuf_extract_array_uint8() argument
654 pldm_msgbuf_extract_array(ctx,count,dst,dst_count) global() argument
[all...]
/openbmc/linux/include/linux/
H A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
120 int dst_count, struct page **src, int src_count, in async_tx_find_channel() argument
/openbmc/linux/drivers/dma/ti/
H A Dk3-psil-priv.h34 int dst_count; member
H A Dk3-psil-am64.c157 .dst_count = ARRAY_SIZE(am64_dst_ep_map),
H A Dk3-psil-am654.c174 .dst_count = ARRAY_SIZE(am654_dst_ep_map),
H A Dk3-psil-j721s2.c185 .dst_count = ARRAY_SIZE(j721s2_dst_ep_map),
H A Dk3-psil.c54 for (i = 0; i < soc_ep_map->dst_count; i++) { in psil_get_ep_config()
H A Dk3-psil-am62.c185 .dst_count = ARRAY_SIZE(am62_dst_ep_map),
H A Dk3-psil-am62a.c195 .dst_count = ARRAY_SIZE(am62a_dst_ep_map),
H A Dk3-psil-j7200.c241 .dst_count = ARRAY_SIZE(j7200_dst_ep_map),
H A Dk3-psil-j784s4.c353 .dst_count = ARRAY_SIZE(j784s4_dst_ep_map),
H A Dk3-psil-j721e.c376 .dst_count = ARRAY_SIZE(j721e_dst_ep_map),
/openbmc/linux/arch/powerpc/include/asm/
H A Dasync_tx.h22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument