Searched refs:up (Results 1 – 7 of 7) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_log.c | 30 margin_log_bdfs(struct pci_dev *down, struct pci_dev *up) in margin_log_bdfs() argument 34 up->domain, up->bus, up->dev, up->func); in margin_log_bdfs() 36 margin_log("%x:%x.%x -> %x:%x.%x", down->bus, down->dev, down->func, up->bus, up->dev, in margin_log_bdfs() 37 up->func); in margin_log_bdfs() 41 margin_gen_bdfs(struct pci_dev *down, struct pci_dev *up, char *dest, size_t maxlen) in margin_gen_bdfs() argument 45 down->func, up->domain, up->bus, up->dev, up->func); in margin_gen_bdfs() 47 snprintf(dest, maxlen, "%x:%x.%x -> %x:%x.%x", down->bus, down->dev, down->func, up->bus, in margin_gen_bdfs() 48 up->dev, up->func); in margin_gen_bdfs()
|
| H A D | margin_args.c | 85 struct pci_dev *up = NULL; in find_ready_links() local 86 margin_find_pair(pacc, p, &down, &up); in find_ready_links() 88 if (down && margin_verify_link(down, up) in find_ready_links() 89 && (margin_check_ready_bit(down) || margin_check_ready_bit(up))) in find_ready_links() 92 margin_fill_link(down, up, &(links[cnt])); in find_ready_links() 276 struct pci_dev *up; in margin_parse_util_args() local 277 if (!margin_find_pair(pacc, dev, &down, &up)) in margin_parse_util_args() 283 if (!margin_fill_link(down, up, &(links[ports_n]))) in margin_parse_util_args() 285 margin_gen_bdfs(down, up, err, sizeof(err)); in margin_parse_util_args()
|
| H A D | margin.c | 454 struct pci_dev *up = NULL; in margin_read_params() local 457 if (!margin_find_pair(pacc, dev, &down, &up)) in margin_read_params() 460 if (!margin_fill_link(down, up, &link)) in margin_read_params()
|
| /pciutils/ |
| H A D | pcilmr.c | 32 struct pci_dev *up = NULL; in scan_links() local 33 margin_find_pair(pacc, p, &down, &up); in scan_links() 35 if (down && margin_verify_link(down, up)) in scan_links() 37 margin_log_bdfs(down, up); in scan_links() 38 if (!only_ready && (margin_check_ready_bit(down) || margin_check_ready_bit(up))) in scan_links()
|
| H A D | ChangeLog | 103 * Decoding of CXL capabilities now supports up to CXL 3.0. 331 * Formatting of several capabilities was cleaned up. 530 is able to look up module aliases in sysfs. 629 Patch by Chris Wright, cleaned up by me. 846 is possible to look up method ID by a name. 877 * lspci.c, setpci.c: Cleaned up the list of options. 1098 * Cleaned up usage of `char' and `byte'. 1163 cleaned up the name selection code. 1585 * Makefile: Cleaned up. 1631 and cleaned up: [all …]
|
| H A D | COPYING | 222 system; it is up to the author/donor to decide if he or she is willing
|
| H A D | pci.ids | 13672 828d APCI3001 Signal processing controller (up to 16 analog inputs) 22578 15b3 0006 Mellanox Technologies ConnectX-3 Pro Stand-up dual-port 40GbE MCX314A-BCCT 22598 15b3 0003 Mellanox Technologies ConnectX-4 Stand-up single-port 40GbE MCX413A-BCAT 22599 15b3 0005 Mellanox Technologies ConnectX-4 Stand-up single-port 40GbE MCX415A-BCAT 22602 15b3 0008 ConnectX-4 Stand-up dual-port 100GbE MCX416A-CCAT 22612 15b3 0003 Stand-up ConnectX-4 Lx EN, 25GbE dual-port SFP28, PCIe3.0 x8, MCX4121A-ACAT 22613 15b3 0004 ConnectX-4 Lx Stand-up dual-port 10GbE MCX4121A-XCAT 22614 15b3 0005 Mellanox Technologies ConnectX-4 Lx Stand-up single-port 40GbE MCX4131A-BCAT
|