Lines Matching refs:xcrb64
1928 struct ica_xcRB xcrb64; in trans_xcrb32() local
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()
1937 xcrb64.request_control_blk_length = in trans_xcrb32()
1939 xcrb64.request_control_blk_addr = in trans_xcrb32()
1941 xcrb64.request_data_length = in trans_xcrb32()
1943 xcrb64.request_data_address = in trans_xcrb32()
1945 xcrb64.reply_control_blk_length = in trans_xcrb32()
1947 xcrb64.reply_control_blk_addr = in trans_xcrb32()
1949 xcrb64.reply_data_length = xcrb32.reply_data_length; in trans_xcrb32()
1950 xcrb64.reply_data_addr = in trans_xcrb32()
1952 xcrb64.priority_window = xcrb32.priority_window; in trans_xcrb32()
1953 xcrb64.status = xcrb32.status; in trans_xcrb32()
1955 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb64); in trans_xcrb32()
1962 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb64); 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()