Lines Matching defs:rdev
34 int bnxt_re_get_flow_stats_from_service_pf(struct bnxt_re_dev *rdev, in bnxt_re_get_flow_stats_from_service_pf()
88 int bnxt_re_get_qos_stats(struct bnxt_re_dev *rdev) in bnxt_re_get_qos_stats()
252 static void bnxt_re_copy_ext_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_ext_stats()
300 static int bnxt_re_get_ext_stat(struct bnxt_re_dev *rdev) in bnxt_re_get_ext_stat()
351 static void bnxt_re_get_roce_data_stats(struct bnxt_re_dev *rdev) in bnxt_re_get_roce_data_stats()
361 int bnxt_re_get_device_stats(struct bnxt_re_dev *rdev) in bnxt_re_get_device_stats()
514 static void bnxt_re_print_ext_stat(struct bnxt_re_dev *rdev, in bnxt_re_print_ext_stat()
542 static void bnxt_re_print_roce_only_counters(struct bnxt_re_dev *rdev, in bnxt_re_print_roce_only_counters()
553 static void bnxt_re_print_normal_total_counters(struct bnxt_re_dev *rdev, in bnxt_re_print_normal_total_counters()
568 static void bnxt_re_print_normal_counters(struct bnxt_re_dev *rdev, in bnxt_re_print_normal_counters()
605 static void bnxt_re_copy_db_pacing_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_db_pacing_stats()
621 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_get_hw_stats() local