Lines Matching refs:xcrb32
1926 struct compat_ica_xcrb xcrb32; in trans_xcrb32() local
1932 if (copy_from_user(&xcrb32, uxcrb32, sizeof(xcrb32))) in trans_xcrb32()
1934 xcrb64.agent_ID = xcrb32.agent_ID; in trans_xcrb32()
1935 xcrb64.user_defined = xcrb32.user_defined; in trans_xcrb32()
1936 xcrb64.request_ID = xcrb32.request_ID; in trans_xcrb32()
1938 xcrb32.request_control_blk_length; in trans_xcrb32()
1940 compat_ptr(xcrb32.request_control_blk_addr); in trans_xcrb32()
1942 xcrb32.request_data_length; in trans_xcrb32()
1944 compat_ptr(xcrb32.request_data_address); in trans_xcrb32()
1946 xcrb32.reply_control_blk_length; in trans_xcrb32()
1948 compat_ptr(xcrb32.reply_control_blk_addr); in trans_xcrb32()
1949 xcrb64.reply_data_length = xcrb32.reply_data_length; in trans_xcrb32()
1951 compat_ptr(xcrb32.reply_data_addr); in trans_xcrb32()
1952 xcrb64.priority_window = xcrb32.priority_window; in trans_xcrb32()
1953 xcrb64.status = xcrb32.status; in trans_xcrb32()
1968 xcrb32.reply_control_blk_length = xcrb64.reply_control_blk_length; in trans_xcrb32()
1969 xcrb32.reply_data_length = xcrb64.reply_data_length; in trans_xcrb32()
1970 xcrb32.status = xcrb64.status; in trans_xcrb32()
1971 if (copy_to_user(uxcrb32, &xcrb32, sizeof(xcrb32))) in trans_xcrb32()