Searched refs:gsc_f2h (Results 1 – 1 of 1) sorted by relevance
102 struct mei_ext_hdr_gsc_f2h *gsc_f2h = NULL; in mei_cl_irq_read_msg() local135 gsc_f2h = (struct mei_ext_hdr_gsc_f2h *)ext; in mei_cl_irq_read_msg()136 cb->ext_hdr = kzalloc(sizeof(*gsc_f2h), GFP_KERNEL); in mei_cl_irq_read_msg()153 if (!vtag_hdr && !gsc_f2h) { in mei_cl_irq_read_msg()171 if (gsc_f2h) { in mei_cl_irq_read_msg()172 u32 ext_hdr_len = mei_ext_hdr_len(&gsc_f2h->hdr); in mei_cl_irq_read_msg()185 if (ext_hdr_len > sizeof(*gsc_f2h)) { in mei_cl_irq_read_msg()190 memcpy(cb->ext_hdr, gsc_f2h, ext_hdr_len); in mei_cl_irq_read_msg()