Searched refs:bei (Results 1 – 3 of 3) sorted by relevance
734 ea_bei_to_name(int bei) in cap_ea() 743 if ((bei >= PCIM_EA_BEI_BAR_0) && (bei <= PCIM_EA_BEI_BAR_5)) in cap_ea() 744 return (barstr[bei - PCIM_EA_BEI_BAR_0]); in cap_ea() 745 if ((bei >= PCIM_EA_BEI_VF_BAR_0) && (bei <= PCIM_EA_BEI_VF_BAR_5)) in cap_ea() 746 return (vfbarstr[bei - PCIM_EA_BEI_VF_BAR_0]); in cap_ea() 748 switch (bei) { in cap_ea() 798 uint32_t bei; in list_caps() 841 bei in list_caps() 622 ea_bei_to_name(int bei) ea_bei_to_name() argument 686 uint32_t bei; cap_ea() local [all...]
84 82 * nicht erlaubt bei $# or $?
3909 pci_ea_bei_to_rid(device_t dev, int bei) in pci_ea_bei_to_rid() argument3925 if ((bei >= PCIM_EA_BEI_BAR_0) && in pci_ea_bei_to_rid()3926 (bei <= PCIM_EA_BEI_BAR_5)) in pci_ea_bei_to_rid()3927 return (PCIR_BAR(bei)); in pci_ea_bei_to_rid()3930 if (bei == PCIM_EA_BEI_ROM) in pci_ea_bei_to_rid()3935 if ((iov != NULL) && (bei >= PCIM_EA_BEI_VF_BAR_0) && in pci_ea_bei_to_rid()3936 (bei <= PCIM_EA_BEI_VF_BAR_5)) in pci_ea_bei_to_rid()3937 return (PCIR_SRIOV_BAR(bei - PCIM_EA_BEI_VF_BAR_0) + in pci_ea_bei_to_rid()