Searched refs:config_fetch (Results 1 – 6 of 6) sorted by relevance
| /pciutils/ |
| H A D | ls-ecaps.c | 116 if (!config_fetch(d, where + 4, 8)) in cap_dsn() 242 if (!config_fetch(d, where + PCI_DPC_CAP, 8)) in cap_dpc() 527 if (!config_fetch(d, where + 4, 0x1c - 4)) in cap_vc() 564 if (!config_fetch(d, pos, 12)) in cap_vc() 668 if (!config_fetch(d, where, 12)) in cap_rcec() 724 if (!config_fetch(d, where, 8)) in cap_lmr() 1266 if (!config_fetch(d, where, len)) in cap_dvsec_cxl() 1450 if (!config_fetch(d, where + 4, 8)) in cap_ptm() 1541 if (!config_fetch(d, where, 8)) in cap_rebar() 1729 if (!config_fetch(d, off, 20)) in cap_ide() [all …]
|
| H A D | ls-caps.c | 131 if (!config_fetch(d, where + PCI_PCIX_STATUS, 4)) in cap_pcix_nobridge() 580 if (!config_fetch(d, where + PCI_HT_MSIM_ADDR_LO, 8)) in cap_ht() 639 if (!config_fetch(d, where + PCI_MSI_MASK_BIT_64, 8)) in cap_msi() 646 if (!config_fetch(d, where + PCI_MSI_MASK_BIT_32, 8)) in cap_msi() 1525 if (!config_fetch(d, where + PCI_EXP_DEVCAP, size)) in cap_express() 1545 if (!config_fetch(d, where + PCI_EXP_DEVCAP2, size)) in cap_express() 1594 if (!config_fetch(d, where, 8)) in cap_ssvid() 1698 if (!config_fetch(d, where + 4, 2)) { in cap_ea() 1717 if (!config_fetch(d, entry_base, 4)) in cap_ea() 1724 if (!config_fetch(d, entry_base + 4, es * 4)) in cap_ea() [all …]
|
| H A D | ls-caps-vendor.c | 29 if (!config_fetch(d, where, length)) in show_vendor_caps_virtio() 119 if (!config_fetch(d, where, length)) in show_vendor_caps_intel()
|
| H A D | lspci.c | 90 config_fetch(struct device *d, unsigned int pos, unsigned int len) in config_fetch() function 145 if (config_fetch(d, 64, 64)) in scan_device() 981 if (opt_hex >= 3 && config_fetch(d, cnt, 256-cnt)) in show_hex_dump() 984 if (opt_hex >= 4 && config_fetch(d, 256, 4096-256)) in show_hex_dump()
|
| H A D | lspci.h | 56 int config_fetch(struct device *d, unsigned int pos, unsigned int len);
|
| H A D | ChangeLog | 1431 * lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but 1454 * lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch() 1667 config_fetch() to ensure that the registers have been read. Thanks to 1670 * lspci.c: Ensure that failure of config_fetch() is handled correctly
|