Home
last modified time | relevance | path

Searched refs:bei (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/usr.sbin/pciconf/
HDcap.c734 ea_bei_to_name(int bei) in ea_bei_to_name() argument
743 if ((bei >= PCIM_EA_BEI_BAR_0) && (bei <= PCIM_EA_BEI_BAR_5)) in ea_bei_to_name()
744 return (barstr[bei - PCIM_EA_BEI_BAR_0]); in ea_bei_to_name()
745 if ((bei >= PCIM_EA_BEI_VF_BAR_0) && (bei <= PCIM_EA_BEI_VF_BAR_5)) in ea_bei_to_name()
746 return (vfbarstr[bei - PCIM_EA_BEI_VF_BAR_0]); in ea_bei_to_name()
748 switch (bei) { in ea_bei_to_name()
798 uint32_t bei; in cap_ea() local
841 bei = (PCIM_EA_BEI & val) >> PCIM_EA_BEI_OFFSET; in cap_ea()
859 bei, ea_bei_to_name(bei), in cap_ea()
/freebsd-14-stable/contrib/tcsh/nls/german/
HDset184 82 * nicht erlaubt bei $# or $?
/freebsd-14-stable/sys/dev/pci/
HDpci.c3936 pci_ea_bei_to_rid(device_t dev, int bei) in pci_ea_bei_to_rid() argument
3952 if ((bei >= PCIM_EA_BEI_BAR_0) && in pci_ea_bei_to_rid()
3953 (bei <= PCIM_EA_BEI_BAR_5)) in pci_ea_bei_to_rid()
3954 return (PCIR_BAR(bei)); in pci_ea_bei_to_rid()
3957 if (bei == PCIM_EA_BEI_ROM) in pci_ea_bei_to_rid()
3962 if ((iov != NULL) && (bei >= PCIM_EA_BEI_VF_BAR_0) && in pci_ea_bei_to_rid()
3963 (bei <= PCIM_EA_BEI_VF_BAR_5)) in pci_ea_bei_to_rid()
3964 return (PCIR_SRIOV_BAR(bei - PCIM_EA_BEI_VF_BAR_0) + in pci_ea_bei_to_rid()