Searched refs:to_v_msg (Results 1 – 2 of 2) sorted by relevance
375 msg = entry->to_v_msg; in bcm_vk_drain_all_pend()545 struct vk_msg_blk *msg = &entry->to_v_msg[0]; in bcm_vk_append_ib_sgl()549 u8 *buf = (u8 *)&entry->to_v_msg[entry->to_v_blks]; in bcm_vk_append_ib_sgl()597 struct vk_msg_blk *src = &entry->to_v_msg[0]; in bcm_to_v_msg_enqueue()703 entry = kzalloc(struct_size(entry, to_v_msg, 1), GFP_KERNEL); in bcm_vk_send_shutdown_msg()708 entry->to_v_msg[0].function_id = VK_FID_SHUTDOWN; in bcm_vk_send_shutdown_msg()709 set_q_num(&entry->to_v_msg[0], q_num); in bcm_vk_send_shutdown_msg()710 set_msg_id(&entry->to_v_msg[0], VK_SIMPLEX_MSG_ID); in bcm_vk_send_shutdown_msg()713 entry->to_v_msg[0].cmd = shut_type; in bcm_vk_send_shutdown_msg()714 entry->to_v_msg[0].arg = pid; in bcm_vk_send_shutdown_msg()[all …]
119 struct vk_msg_blk to_v_msg[]; member