Lines Matching defs:rdev

90 static void bnxt_re_set_db_offset(struct bnxt_re_dev *rdev)  in bnxt_re_set_db_offset()
126 static void bnxt_re_set_drv_mode(struct bnxt_re_dev *rdev, u8 mode) in bnxt_re_set_drv_mode()
138 static void bnxt_re_destroy_chip_ctx(struct bnxt_re_dev *rdev) in bnxt_re_destroy_chip_ctx()
153 static int bnxt_re_setup_chip_ctx(struct bnxt_re_dev *rdev, u8 wqe_mode) in bnxt_re_setup_chip_ctx()
190 static void bnxt_re_get_sriov_func_type(struct bnxt_re_dev *rdev) in bnxt_re_get_sriov_func_type()
201 static void bnxt_re_limit_pf_res(struct bnxt_re_dev *rdev) in bnxt_re_limit_pf_res()
260 static void bnxt_re_set_resource_limits(struct bnxt_re_dev *rdev) in bnxt_re_set_resource_limits()
273 static void bnxt_re_vf_res_config(struct bnxt_re_dev *rdev) in bnxt_re_vf_res_config()
288 struct bnxt_re_dev *rdev = auxiliary_get_drvdata(adev); in bnxt_re_shutdown() local
298 struct bnxt_re_dev *rdev = (struct bnxt_re_dev *)handle; in bnxt_re_stop_irq() local
313 struct bnxt_re_dev *rdev = (struct bnxt_re_dev *)handle; in bnxt_re_start_irq() local
360 static int bnxt_re_register_netdev(struct bnxt_re_dev *rdev) in bnxt_re_register_netdev()
392 static int bnxt_re_hwrm_qcfg(struct bnxt_re_dev *rdev, u32 *db_len, in bnxt_re_hwrm_qcfg()
414 int bnxt_re_hwrm_qcaps(struct bnxt_re_dev *rdev) in bnxt_re_hwrm_qcaps()
440 static int bnxt_re_hwrm_dbr_pacing_qcfg(struct bnxt_re_dev *rdev) in bnxt_re_hwrm_dbr_pacing_qcfg()
467 static void bnxt_re_set_default_pacing_data(struct bnxt_re_dev *rdev) in bnxt_re_set_default_pacing_data()
477 static void __wait_for_fifo_occupancy_below_th(struct bnxt_re_dev *rdev) in __wait_for_fifo_occupancy_below_th()
500 struct bnxt_re_dev *rdev = container_of(work, struct bnxt_re_dev, in bnxt_re_db_fifo_check() local
541 struct bnxt_re_dev *rdev = container_of(work, struct bnxt_re_dev, in bnxt_re_pacing_timer_exp() local
579 void bnxt_re_pacing_alert(struct bnxt_re_dev *rdev) in bnxt_re_pacing_alert()
599 static int bnxt_re_initialize_dbr_pacing(struct bnxt_re_dev *rdev) in bnxt_re_initialize_dbr_pacing()
636 static void bnxt_re_deinitialize_dbr_pacing(struct bnxt_re_dev *rdev) in bnxt_re_deinitialize_dbr_pacing()
647 static int bnxt_re_net_ring_free(struct bnxt_re_dev *rdev, in bnxt_re_net_ring_free()
679 static int bnxt_re_net_ring_alloc(struct bnxt_re_dev *rdev, in bnxt_re_net_ring_alloc()
715 static int bnxt_re_net_stats_ctx_free(struct bnxt_re_dev *rdev, in bnxt_re_net_stats_ctx_free()
742 static int bnxt_re_net_stats_ctx_alloc(struct bnxt_re_dev *rdev, in bnxt_re_net_stats_ctx_alloc()
791 struct bnxt_re_dev *rdev = in hw_rev_show() local
801 struct bnxt_re_dev *rdev = in hca_type_show() local
875 static int bnxt_re_register_ib(struct bnxt_re_dev *rdev) in bnxt_re_register_ib()
908 struct bnxt_re_dev *rdev; in bnxt_re_dev_add() local
1072 static u32 bnxt_re_get_nqdb_offset(struct bnxt_re_dev *rdev, u16 indx) in bnxt_re_get_nqdb_offset()
1080 static void bnxt_re_cleanup_res(struct bnxt_re_dev *rdev) in bnxt_re_cleanup_res()
1091 static int bnxt_re_init_res(struct bnxt_re_dev *rdev) in bnxt_re_init_res()
1119 static void bnxt_re_free_nq_res(struct bnxt_re_dev *rdev) in bnxt_re_free_nq_res()
1132 static void bnxt_re_free_res(struct bnxt_re_dev *rdev) in bnxt_re_free_res()
1146 static int bnxt_re_alloc_res(struct bnxt_re_dev *rdev) in bnxt_re_alloc_res()
1234 static bool bnxt_re_is_qp1_or_shadow_qp(struct bnxt_re_dev *rdev, in bnxt_re_is_qp1_or_shadow_qp()
1241 static void bnxt_re_dev_stop(struct bnxt_re_dev *rdev) in bnxt_re_dev_stop()
1266 static int bnxt_re_update_gid(struct bnxt_re_dev *rdev) in bnxt_re_update_gid()
1298 static u32 bnxt_re_get_priority_mask(struct bnxt_re_dev *rdev) in bnxt_re_get_priority_mask()
1319 static int bnxt_re_setup_qos(struct bnxt_re_dev *rdev) in bnxt_re_setup_qos()
1341 static void bnxt_re_query_hwrm_intf_version(struct bnxt_re_dev *rdev) in bnxt_re_query_hwrm_intf_version()
1376 static int bnxt_re_ib_init(struct bnxt_re_dev *rdev) in bnxt_re_ib_init()
1398 static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev) in bnxt_re_dev_uninit()
1438 struct bnxt_re_dev *rdev = container_of(work, struct bnxt_re_dev, in bnxt_re_worker() local
1445 static int bnxt_re_dev_init(struct bnxt_re_dev *rdev, u8 wqe_mode) in bnxt_re_dev_init()
1619 struct bnxt_re_dev *rdev; in bnxt_re_add_device() local
1653 static void bnxt_re_setup_cc(struct bnxt_re_dev *rdev, bool enable) in bnxt_re_setup_cc()
1696 struct bnxt_re_dev *rdev; in bnxt_re_netdev_event() local
1731 struct bnxt_re_dev *rdev = auxiliary_get_drvdata(adev); in bnxt_re_remove() local
1757 struct bnxt_re_dev *rdev; in bnxt_re_probe() local
1791 struct bnxt_re_dev *rdev = auxiliary_get_drvdata(adev); in bnxt_re_suspend() local
1828 struct bnxt_re_dev *rdev = auxiliary_get_drvdata(adev); in bnxt_re_resume() local