Lines Matching refs:bp_num
1034 u8 bp_num; member
1071 __le16 bp_num; member
1130 __le16 bp_num; member
4254 if (phy->bp_num > 8) { in rtl8152_is_fw_phy_union_ok()
4255 dev_err(&tp->intf->dev, "invalid bp_num %d\n", phy->bp_num); in rtl8152_is_fw_phy_union_ok()
4330 if (__le16_to_cpu(phy->bp_num) > 4) { in rtl8152_is_fw_phy_nc_ok()
4459 if (__le16_to_cpu(mac->bp_num) > max_bp) { in rtl8152_is_fw_mac_ok()
4464 for (i = __le16_to_cpu(mac->bp_num); i < max_bp; i++) { in rtl8152_is_fw_mac_ok()
4947 num = phy->bp_num; in rtl8152_fw_phy_union_apply()
4951 if (phy->bp_num && phy->bp_en.addr) in rtl8152_fw_phy_union_apply()
4983 num = __le16_to_cpu(phy->bp_num); in rtl8152_fw_phy_nc_apply()
4996 u16 bp_en_addr, bp_index, type, bp_num, fw_ver_reg; in rtl8152_fw_mac_apply() local
5042 bp_num = __le16_to_cpu(mac->bp_num); in rtl8152_fw_mac_apply()
5043 for (i = 0; i < bp_num; i++) { in rtl8152_fw_mac_apply()