Searched refs:pcie (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/pciconf/
H A Derr.c146 uint8_t pcie; local
153 pcie = pci_find_cap(fd, p, PCIY_EXPRESS);
154 if (pcie == 0)
158 sta = read_config(fd, &p->pc_sel, pcie + PCIER_DEVICE_STA, 2);
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c942 cfg->pcie.pcie_location = ptr;
944 cfg->pcie.pcie_type = val & PCIEM_FLAGS_TYPE;
1552 if (cfg->pcie.pcie_location == 0)
1589 if (cfg->pcie.pcie_location == 0)
2161 cap = dinfo->cfg.pcie.pcie_location;
2177 cap = dinfo->cfg.pcie.pcie_location;
2193 cap = dinfo->cfg.pcie.pcie_location;
2214 cap = dinfo->cfg.pcie.pcie_location;
2230 cap = dinfo->cfg.pcie.pcie_location;
2251 cap = dinfo->cfg.pcie
[all...]
H A Dpcivar.h220 struct pcicfg_pcie pcie; /* PCI Express */ member in struct:pcicfg
H A Dpci_pci.c2846 if (pdinfo->cfg.pcie.pcie_location != 0 &&
2847 (pdinfo->cfg.pcie.pcie_type == PCIEM_TYPE_DOWNSTREAM_PORT ||
2848 pdinfo->cfg.pcie.pcie_type == PCIEM_TYPE_ROOT_PORT)) {
2852 pdinfo->cfg.pcie.pcie_location);
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c52 #include <contrib/octeon-sdk/cvmx-pcie.h>
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c73 #include <asm/octeon/cvmx-pcie.h>
82 #include "cvmx-pcie.h"
554 /* Wait until pcie resets the ports. */
584 /* Wait until pcie resets the ports. */
965 cvmx_dprintf("PCIE : init for pcie analyzer.\n");
1029 /* Wait until pcie resets the ports. */
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h844 } pcie; member in union:fw_ldst_cmd::fw_ldst
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c758 ldst_cmd.u.pcie.select_naccess = V_FW_LDST_CMD_NACCESS(1);
759 ldst_cmd.u.pcie.ctrl_to_fn =
761 ldst_cmd.u.pcie.r = reg;
770 return be32_to_cpu(ldst_cmd.u.pcie.data[0]);
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4339 } pcie; member in union:fw_ldst_cmd::fw_ldst

Completed in 259 milliseconds