Searched refs:vcb (Results 1 – 1 of 1) sorted by relevance
121 struct vcb { struct165 static void pr_dbf_vcb(const struct vcb *b) in pr_dbf_vcb()512 static void fill_vcb_input(struct vcssb *vcssb, struct vcb *vcb, u16 index) in fill_vcb_input() argument514 memset(vcb, 0, sizeof(*vcb)); in fill_vcb_input()515 vcb->vcb_hdr.vcb_input_length = get_4k_mult_vcb_size(vcssb); in fill_vcb_input()516 vcb->vcb_hdr.cs_token = vcssb->cs_token; in fill_vcb_input()519 vcb->vcb_hdr.first_vc_index = index; in fill_vcb_input()520 vcb->vcb_hdr.last_vc_index = index; in fill_vcb_input()523 static void extract_vce_from_sevcb(struct vcb *vcb, struct vce *vce) in extract_vce_from_sevcb() argument527 extracted_vce = (struct vce *)vcb->vcb_buf; in extract_vce_from_sevcb()[all …]