Lines Matching refs:vk_msg_blk
44 static u32 get_q_num(const struct vk_msg_blk *msg) in get_q_num()
53 static void set_q_num(struct vk_msg_blk *msg, u32 q_num) in set_q_num()
65 static u32 get_msg_id(const struct vk_msg_blk *msg) in get_msg_id()
70 static void set_msg_id(struct vk_msg_blk *msg, u32 val) in set_msg_id()
81 struct vk_msg_blk __iomem *msgq_blk_addr(const struct bcm_vk_sync_qinfo *qinfo, in msgq_blk_addr()
369 struct vk_msg_blk *msg; in bcm_vk_drain_all_pend()
545 struct vk_msg_blk *msg = &entry->to_v_msg[0]; in bcm_vk_append_ib_sgl()
597 struct vk_msg_blk *src = &entry->to_v_msg[0]; in bcm_to_v_msg_enqueue()
599 struct vk_msg_blk __iomem *dst; in bcm_to_v_msg_enqueue()
779 struct vk_msg_blk *data; in bcm_to_h_msg_dequeue()
780 struct vk_msg_blk __iomem *src; in bcm_to_h_msg_dequeue()
781 struct vk_msg_blk *dst; in bcm_to_h_msg_dequeue()
1055 struct vk_msg_blk tmp_msg = entry->to_h_msg[0]; in bcm_vk_read()