Lines Matching defs:xcrb32
1806 struct compat_ica_xcrb xcrb32;
1812 if (copy_from_user(&xcrb32, uxcrb32, sizeof(xcrb32)))
1814 xcrb64.agent_ID = xcrb32.agent_ID;
1815 xcrb64.user_defined = xcrb32.user_defined;
1816 xcrb64.request_ID = xcrb32.request_ID;
1818 xcrb32.request_control_blk_length;
1820 compat_ptr(xcrb32.request_control_blk_addr);
1822 xcrb32.request_data_length;
1824 compat_ptr(xcrb32.request_data_address);
1826 xcrb32.reply_control_blk_length;
1828 compat_ptr(xcrb32.reply_control_blk_addr);
1829 xcrb64.reply_data_length = xcrb32.reply_data_length;
1831 compat_ptr(xcrb32.reply_data_addr);
1832 xcrb64.priority_window = xcrb32.priority_window;
1833 xcrb64.status = xcrb32.status;
1848 xcrb32.reply_control_blk_length = xcrb64.reply_control_blk_length;
1849 xcrb32.reply_data_length = xcrb64.reply_data_length;
1850 xcrb32.status = xcrb64.status;
1851 if (copy_to_user(uxcrb32, &xcrb32, sizeof(xcrb32)))