Lines Matching defs:hdr
104 static void nvmet_format_discovery_entry(struct nvmf_disc_rsp_page_hdr *hdr,
108 struct nvmf_disc_rsp_page_entry *e = &hdr->entries[numrec];
164 struct nvmf_disc_rsp_page_hdr *hdr;
198 alloc_len = sizeof(*hdr) + entry_size * discovery_log_entries(req);
206 hdr = buffer;
214 nvmet_format_discovery_entry(hdr, req->port,
221 nvmet_format_discovery_entry(hdr, r,
228 hdr->genctr = cpu_to_le64(nvmet_genctr);
229 hdr->numrec = cpu_to_le64(numrec);
230 hdr->recfmt = cpu_to_le16(0);