Searched refs:vcb (Results 1 – 1 of 1) sorted by relevance
122 struct vcb { struct166 static void pr_dbf_vcb(const struct vcb *b) in pr_dbf_vcb()513 static void fill_vcb_input(struct vcssb *vcssb, struct vcb *vcb, u16 index) in fill_vcb_input() argument515 memset(vcb, 0, sizeof(*vcb)); in fill_vcb_input()516 vcb->vcb_hdr.vcb_input_length = get_4k_mult_vcb_size(vcssb); in fill_vcb_input()517 vcb->vcb_hdr.cs_token = vcssb->cs_token; in fill_vcb_input()520 vcb->vcb_hdr.first_vc_index = index; in fill_vcb_input()521 vcb->vcb_hdr.last_vc_index = index; in fill_vcb_input()524 static void extract_vce_from_sevcb(struct vcb *vcb, struct vce *vce) in extract_vce_from_sevcb() argument528 extracted_vce = (struct vce *)vcb->vcb_buf; in extract_vce_from_sevcb()[all …]