Lines Matching refs:xcRB32
1828 struct compat_ica_xcRB xcRB32; in trans_xcRB32() local
1834 if (copy_from_user(&xcRB32, uxcRB32, sizeof(xcRB32))) in trans_xcRB32()
1836 xcRB64.agent_ID = xcRB32.agent_ID; in trans_xcRB32()
1837 xcRB64.user_defined = xcRB32.user_defined; in trans_xcRB32()
1838 xcRB64.request_ID = xcRB32.request_ID; in trans_xcRB32()
1840 xcRB32.request_control_blk_length; in trans_xcRB32()
1842 compat_ptr(xcRB32.request_control_blk_addr); in trans_xcRB32()
1844 xcRB32.request_data_length; in trans_xcRB32()
1846 compat_ptr(xcRB32.request_data_address); in trans_xcRB32()
1848 xcRB32.reply_control_blk_length; in trans_xcRB32()
1850 compat_ptr(xcRB32.reply_control_blk_addr); in trans_xcRB32()
1851 xcRB64.reply_data_length = xcRB32.reply_data_length; in trans_xcRB32()
1853 compat_ptr(xcRB32.reply_data_addr); in trans_xcRB32()
1854 xcRB64.priority_window = xcRB32.priority_window; in trans_xcRB32()
1855 xcRB64.status = xcRB32.status; in trans_xcRB32()
1868 xcRB32.reply_control_blk_length = xcRB64.reply_control_blk_length; in trans_xcRB32()
1869 xcRB32.reply_data_length = xcRB64.reply_data_length; in trans_xcRB32()
1870 xcRB32.status = xcRB64.status; in trans_xcRB32()
1871 if (copy_to_user(uxcRB32, &xcRB32, sizeof(xcRB32))) in trans_xcRB32()