Lines Matching refs:bei
734 ea_bei_to_name(int bei)
743 if ((bei >= PCIM_EA_BEI_BAR_0) && (bei <= PCIM_EA_BEI_BAR_5))
744 return (barstr[bei - PCIM_EA_BEI_BAR_0]);
745 if ((bei >= PCIM_EA_BEI_VF_BAR_0) && (bei <= PCIM_EA_BEI_VF_BAR_5))
746 return (vfbarstr[bei - PCIM_EA_BEI_VF_BAR_0]);
748 switch (bei) {
798 uint32_t bei;
841 bei = (PCIM_EA_BEI & val) >> PCIM_EA_BEI_OFFSET;
859 bei, ea_bei_to_name(bei),