Home
last modified time | relevance | path

Searched refs:type (Results 1 – 12 of 12) sorted by relevance

/pciutils/
H A Dls-caps.c539 int type; in cap_ht() local
552 switch (type) in cap_ht()
712 …if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_LEG_END) || (type == PCI_EXP_TYPE_ROO… in cap_express_dev()
957 switch (type) in cap_express_dev2_timeout_range()
983 switch (type) in cap_express_dev2_timeout_value()
1219 switch (type) in cap_express_link2_speed()
1243 switch (type) in cap_express_link2_deemphasis()
1256 switch (type) in cap_express_link2_compliance_preset()
1285 switch (type) in cap_express_link2_transmargin()
1473 switch (type) in cap_express()
[all …]
H A Dls-caps-vendor.c20 int type = BITS(cap, 8, 8); in show_vendor_caps_virtio() local
32 switch (type) in show_vendor_caps_virtio()
61 if (type != 8) in show_vendor_caps_virtio()
74 if (type == 2 && length >= 20) in show_vendor_caps_virtio()
86 int type = BITS(cap, 12, 4); in show_vendor_caps_intel() local
89 if (type == 0) in show_vendor_caps_intel()
102 else if (type == 1) in show_vendor_caps_intel()
H A Dls-ecaps.c126 cap_aer(struct device *d, int where, int type) in cap_aer() argument
203 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_ROOT_EC) in cap_aer()
427 int type; in cap_sriov() local
437 if (type == PCI_BASE_ADDRESS_MEM_TYPE_64) in cap_sriov()
470 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
473 if (type == PCI_EXP_TYPE_ROOT_PORT || in cap_multicast()
474 type == PCI_EXP_TYPE_UPSTREAM || type == PCI_EXP_TYPE_DOWNSTREAM) in cap_multicast()
497 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
1914 show_ext_caps(struct device *d, int type) in show_ext_caps() argument
1946 cap_aer(d, where, type); in show_ext_caps()
[all …]
H A Dlspci.h71 void show_ext_caps(struct device *d, int type);
H A DChangeLog157 the register is present in the particular header type.
203 For back-ends of this type, we now provide an emulated read-only
1024 * lspci.c (show_express): Added PCI/PCI-X to PCI-Express Bridge type.
1391 which is also used by the utilities. Also moved type declarations
1505 * lspci.c (show_verbose): Header type 1 is probably legal for all
1615 * lib/proc.c (proc_scan): When reading the header type, don't
1840 * lspci.c (show_verbose): If the header type doesn't match device
1841 class, just print a warning and still use the header type, assuming
1883 OS type. Also use `-o' instead of `-or' in find arguments.
2398 * filter.c (filter_parse_slot): Fixed ":x" type filters.
[all …]
H A DCOPYING316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
H A Dpci.ids7152 9000 Wireless Interface (of unknown type)
9686 1006 MINI PCI type 3B Data Fax Modem
21057 1014 0378 System x3350 (Machine type 4192)
23259 # Atheros AR5414 32-bit mini-PCI type IIIB
/pciutils/lib/
H A Dcaps.c16 pci_add_cap(struct pci_dev *d, unsigned int addr, unsigned int id, unsigned int type) in pci_add_cap() argument
28 cap->type = type; in pci_add_cap()
30 d->domain, d->bus, d->dev, d->func, id, type, addr); in pci_add_cap()
110 pci_find_cap(struct pci_dev *d, unsigned int id, unsigned int type) in pci_find_cap() argument
112 return pci_find_cap_nr(d, id, type, NULL); in pci_find_cap()
125 pci_find_cap_nr(struct pci_dev *d, unsigned int id, unsigned int type, in pci_find_cap_nr() argument
133 pci_fill_info_v313(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS)); in pci_find_cap_nr()
137 if (c->type == type && c->id == id) in pci_find_cap_nr()
H A Dpci.h253 u16 type; /* PCI_CAP_xxx */ member
260 struct pci_cap *pci_find_cap(struct pci_dev *, unsigned int id, unsigned int type) PCI_ABI;
261 struct pci_cap *pci_find_cap_nr(struct pci_dev *, unsigned int id, unsigned int type,
/pciutils/lmr/
H A Dmargin_hw.c43 u8 type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7F; in margin_port_is_down() local
46 if (type == PCI_HEADER_TYPE_BRIDGE in margin_port_is_down()
H A Dmargin.c120 margin_make_cmd(u8 payload, u8 type, u8 recvn) in margin_make_cmd() argument
122 return SET_REG_MASK(0, LMR_CMD_PAYLOAD, payload) | SET_REG_MASK(0, LMR_CMD_TYPE, type) in margin_make_cmd()
/pciutils/tests/
H A Dcap-vc-and-rcl1754 Unknown small resource type 00, will not decode more.