bufhdr 1367 dev/pci/arc.c struct arc_fw_bufhdr *bufhdr;
bufhdr 1389 dev/pci/arc.c bufhdr = (struct arc_fw_bufhdr *)wbuf;
bufhdr 1390 dev/pci/arc.c bufhdr->hdr = arc_fw_hdr;
bufhdr 1391 dev/pci/arc.c bufhdr->len = htole16(wbuflen);
bufhdr 1468 dev/pci/arc.c bufhdr = (struct arc_fw_bufhdr *)rbuf;
bufhdr 1469 dev/pci/arc.c if (memcmp(&bufhdr->hdr, &arc_fw_hdr, sizeof(bufhdr->hdr)) != 0 ||
bufhdr 1470 dev/pci/arc.c bufhdr->len != htole16(rbuflen)) {