Home | History | Annotate | Download | only in pci

Lines Matching defs:fwinfo

662 	struct arc_msg_firmware_info	fwinfo;
681 arc_read_region(sc, ARC_REG_MSGBUF, &fwinfo, sizeof(fwinfo));
684 device_xname(self), htole32(fwinfo.signature));
686 if (htole32(fwinfo.signature) != ARC_FWINFO_SIGNATURE_GET_CONFIG) {
692 device_xname(self), htole32(fwinfo.request_len));
694 device_xname(self), htole32(fwinfo.queue_len));
696 device_xname(self), htole32(fwinfo.sdram_size));
698 device_xname(self), htole32(fwinfo.sata_ports));
700 strnvisx(string, sizeof(string), fwinfo.vendor, sizeof(fwinfo.vendor),
705 strnvisx(string, sizeof(string), fwinfo.model, sizeof(fwinfo.model),
710 strnvisx(string, sizeof(string), fwinfo.fw_version,
711 sizeof(fwinfo.fw_version), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
716 htole32(fwinfo.sata_ports), htole32(fwinfo.sdram_size), string);
718 if (htole32(fwinfo.request_len) != ARC_MAX_IOCMDLEN) {
721 htole32(fwinfo.request_len), ARC_MAX_IOCMDLEN);
725 sc->sc_req_count = htole32(fwinfo.queue_len);