Lines Matching refs:brcm_message

276 	struct brcm_message *requests[RING_MAX_REQ_COUNT];
576 static bool flexrm_spu_sanity_check(struct brcm_message *msg) in flexrm_spu_sanity_check()
604 static u32 flexrm_spu_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_spu_estimate_nonheader_desc_count()
631 static int flexrm_spu_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_map()
651 static void flexrm_spu_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_unmap()
659 static void *flexrm_spu_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_spu_write_descs()
717 static bool flexrm_sba_sanity_check(struct brcm_message *msg) in flexrm_sba_sanity_check()
746 static u32 flexrm_sba_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_sba_estimate_nonheader_desc_count()
768 static void *flexrm_sba_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_sba_write_descs()
846 static bool flexrm_sanity_check(struct brcm_message *msg) in flexrm_sanity_check()
861 static u32 flexrm_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_estimate_nonheader_desc_count()
876 static int flexrm_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_dma_map()
891 static void flexrm_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_dma_unmap()
905 static void *flexrm_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_write_descs()
988 struct brcm_message *batch_msg, in flexrm_new_request()
989 struct brcm_message *msg) in flexrm_new_request()
1091 struct brcm_message *msg = NULL; in flexrm_process_completions()
1211 struct brcm_message *msg = data; in flexrm_send_data()
1377 struct brcm_message *msg; in flexrm_shutdown()