Searched refs:bei (Results 1 – 3 of 3) sorted by relevance
734 ea_bei_to_name(int bei) in ea_bei_to_name() argument743 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() local841 bei = (PCIM_EA_BEI & val) >> PCIM_EA_BEI_OFFSET; in cap_ea()859 bei, ea_bei_to_name(bei), in cap_ea()
84 82 * nicht erlaubt bei $# or $?
3936 pci_ea_bei_to_rid(device_t dev, int bei) in pci_ea_bei_to_rid() argument3952 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()