Home
last modified time | relevance | path

Searched defs:type (Results 1 – 7 of 7) sorted by relevance

/pciutils/
H A Dls-caps.c539 int type; in cap_ht() local
655 static int exp_downstream_port(int type) in exp_downstream_port()
778 static char *link_compare(int type, int sta, int cap) in link_compare()
954 static const char *cap_express_dev2_timeout_range(int type) in cap_express_dev2_timeout_range()
980 static const char *cap_express_dev2_timeout_value(int type) in cap_express_dev2_timeout_value()
1217 static const char *cap_express_link2_speed(int type) in cap_express_link2_speed()
1241 static const char *cap_express_link2_deemphasis(int type) in cap_express_link2_deemphasis()
1254 static const char *cap_express_link2_compliance_preset(int type) in cap_express_link2_compliance_preset()
1283 static const char *cap_express_link2_transmargin(int type) in cap_express_link2_transmargin()
1465 int type = (cap & PCI_EXP_FLAGS_TYPE) >> 4; in cap_express() local
[all …]
H A Dls-caps-vendor.c20 int type = BITS(cap, 8, 8); in show_vendor_caps_virtio() local
86 int type = BITS(cap, 12, 4); in show_vendor_caps_intel() local
H A Dls-ecaps.c126 cap_aer(struct device *d, int where, int type) in cap_aer()
427 int type; in cap_sriov() local
455 cap_multicast(struct device *d, int where, int type) in cap_multicast()
849 const char * const type[] = { "Volatile", "Non-volatile", "CDAT" }; in cxl_range() local
1914 show_ext_caps(struct device *d, int type) in show_ext_caps()
/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()
110 pci_find_cap(struct pci_dev *d, unsigned int id, unsigned int type) in pci_find_cap()
125 pci_find_cap_nr(struct pci_dev *d, unsigned int id, unsigned int type, in pci_find_cap_nr()
H A Dpci.h253 u16 type; /* PCI_CAP_xxx */ member
/pciutils/lmr/
H A Dmargin_hw.c43 u8 type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7F; in margin_port_is_down() local
H A Dmargin.c120 margin_make_cmd(u8 payload, u8 type, u8 recvn) in margin_make_cmd()