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 $?
3858 pci_ea_bei_to_rid(device_t dev, int bei) in pci_ea_bei_to_rid() argument3874 if ((bei >= PCIM_EA_BEI_BAR_0) && in pci_ea_bei_to_rid()3875 (bei <= PCIM_EA_BEI_BAR_5)) in pci_ea_bei_to_rid()3876 return (PCIR_BAR(bei)); in pci_ea_bei_to_rid()3879 if (bei == PCIM_EA_BEI_ROM) in pci_ea_bei_to_rid()3884 if ((iov != NULL) && (bei >= PCIM_EA_BEI_VF_BAR_0) && in pci_ea_bei_to_rid()3885 (bei <= PCIM_EA_BEI_VF_BAR_5)) in pci_ea_bei_to_rid()3886 return (PCIR_SRIOV_BAR(bei - PCIM_EA_BEI_VF_BAR_0) + in pci_ea_bei_to_rid()