Lines Matching refs:css_header
96 struct css_header { struct
128 struct css_header css_header; argument
136 struct css_header css_header; member
153 struct css_header *css_header; member
407 static int verify_css_header(struct hfi1_devdata *dd, struct css_header *css) in verify_css_header()
453 struct css_header *css; in obtain_one_firmware()
466 if (fdet->fw->size < sizeof(struct css_header)) { in obtain_one_firmware()
471 css = (struct css_header *)fdet->fw->data; in obtain_one_firmware()
516 fdet->css_header = css; in obtain_one_firmware()
541 fdet->css_header = css; in obtain_one_firmware()
942 (u8 *)fdet->css_header, in load_security_variables()
943 sizeof(struct css_header)); in load_security_variables()