Lines Matching refs:brcm_message
265 struct brcm_message *requests[RING_MAX_REQ_COUNT];
563 static bool flexrm_spu_sanity_check(struct brcm_message *msg) in flexrm_spu_sanity_check()
591 static u32 flexrm_spu_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_spu_estimate_nonheader_desc_count()
618 static int flexrm_spu_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_map()
638 static void flexrm_spu_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_unmap()
646 static void *flexrm_spu_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_spu_write_descs()
704 static bool flexrm_sba_sanity_check(struct brcm_message *msg) in flexrm_sba_sanity_check()
733 static u32 flexrm_sba_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_sba_estimate_nonheader_desc_count()
755 static void *flexrm_sba_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_sba_write_descs()
833 static bool flexrm_sanity_check(struct brcm_message *msg) in flexrm_sanity_check()
848 static u32 flexrm_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_estimate_nonheader_desc_count()
863 static int flexrm_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_dma_map()
878 static void flexrm_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_dma_unmap()
892 static void *flexrm_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_write_descs()
975 struct brcm_message *batch_msg, in flexrm_new_request()
976 struct brcm_message *msg) in flexrm_new_request()
1078 struct brcm_message *msg = NULL; in flexrm_process_completions()
1188 struct brcm_message *msg = data; in flexrm_send_data()
1352 struct brcm_message *msg; in flexrm_shutdown()