Searched refs:bufsz (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | msg.c | 1030 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill() argument 1039 msgsz = (bufsz > msg->m_ts) ? msg->m_ts : bufsz; in do_msg_fill() 1049 * bufsz message bytes. 1051 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy() argument 1058 copy = load_msg(buf, bufsz); in prepare_copy() 1060 copy->m_ts = bufsz; in prepare_copy() 1072 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy() argument 1107 static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() argument 1118 if (msqid < 0 || (long)bufsz < in do_msgrcv() 1290 compat_do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) compat_do_msg_fill() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 630 dhd_dma_buf_t *dma_buf, uint32 bufsz); 9016 dhd_dma_buf_t *dma_buf, uint32 bufsz) in dhd_prot_dma_indx_alloc() 9020 if ((dma_buf->len == bufsz) || (dma_buf->va != NULL)) in dhd_prot_dma_indx_alloc() 9023 rc = dhd_dma_buf_alloc(dhd, dma_buf, bufsz); in dhd_prot_dma_indx_alloc() 9031 uint32 bufsz; in dhd_prot_dma_indx_init() local 9044 bufsz = rw_index_sz * length; in dhd_prot_dma_indx_init() 9049 if (dhd_prot_dma_indx_alloc(dhd, type, dma_buf, bufsz)) in dhd_prot_dma_indx_init() 9057 if (dhd_prot_dma_indx_alloc(dhd, type, dma_buf, bufsz)) in dhd_prot_dma_indx_init() 9065 if (dhd_prot_dma_indx_alloc(dhd, type, dma_buf, bufsz)) in dhd_prot_dma_indx_init() 9073 if (dhd_prot_dma_indx_alloc(dhd, type, dma_buf, bufsz)) in dhd_prot_dma_indx_init() 9015 dhd_prot_dma_indx_alloc(dhd_pub_t *dhd, uint8 type, dhd_dma_buf_t *dma_buf, uint32 bufsz) dhd_prot_dma_indx_alloc() argument [all...] |
Completed in 22 milliseconds