Lines Matching refs:brcm_message
276 struct brcm_message *requests[RING_MAX_REQ_COUNT];
574 static bool flexrm_spu_sanity_check(struct brcm_message *msg) in flexrm_spu_sanity_check()
602 static u32 flexrm_spu_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_spu_estimate_nonheader_desc_count()
629 static int flexrm_spu_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_map()
649 static void flexrm_spu_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_unmap()
657 static void *flexrm_spu_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_spu_write_descs()
715 static bool flexrm_sba_sanity_check(struct brcm_message *msg) in flexrm_sba_sanity_check()
744 static u32 flexrm_sba_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_sba_estimate_nonheader_desc_count()
766 static void *flexrm_sba_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_sba_write_descs()
844 static bool flexrm_sanity_check(struct brcm_message *msg) in flexrm_sanity_check()
859 static u32 flexrm_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_estimate_nonheader_desc_count()
874 static int flexrm_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_dma_map()
889 static void flexrm_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_dma_unmap()
903 static void *flexrm_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_write_descs()
986 struct brcm_message *batch_msg, in flexrm_new_request()
987 struct brcm_message *msg) in flexrm_new_request()
1089 struct brcm_message *msg = NULL; in flexrm_process_completions()
1207 struct brcm_message *msg = data; in flexrm_send_data()
1373 struct brcm_message *msg; in flexrm_shutdown()