Lines Matching refs:xcRB32
1841 struct compat_ica_xcRB xcRB32;
1847 if (copy_from_user(&xcRB32, uxcRB32, sizeof(xcRB32)))
1849 xcRB64.agent_ID = xcRB32.agent_ID;
1850 xcRB64.user_defined = xcRB32.user_defined;
1851 xcRB64.request_ID = xcRB32.request_ID;
1853 xcRB32.request_control_blk_length;
1855 compat_ptr(xcRB32.request_control_blk_addr);
1857 xcRB32.request_data_length;
1859 compat_ptr(xcRB32.request_data_address);
1861 xcRB32.reply_control_blk_length;
1863 compat_ptr(xcRB32.reply_control_blk_addr);
1864 xcRB64.reply_data_length = xcRB32.reply_data_length;
1866 compat_ptr(xcRB32.reply_data_addr);
1867 xcRB64.priority_window = xcRB32.priority_window;
1868 xcRB64.status = xcRB32.status;
1883 xcRB32.reply_control_blk_length = xcRB64.reply_control_blk_length;
1884 xcRB32.reply_data_length = xcRB64.reply_data_length;
1885 xcRB32.status = xcRB64.status;
1886 if (copy_to_user(uxcRB32, &xcRB32, sizeof(xcRB32)))