Lines Matching refs:pcd_handle
35 t_handle pcd_handle; member
79 fm_info.pcd_handle = fm_pcd_open(&fm_pcd_params); in fm_prev_cleanup()
80 if (!fm_info.pcd_handle) { in fm_prev_cleanup()
91 dpaa_intf.scheme_handle[0] = create_device(fm_info.pcd_handle, in fm_prev_cleanup()
96 create_device(fm_info.pcd_handle, in fm_prev_cleanup()
102 dpaa_intf.netenv_handle = create_device(fm_info.pcd_handle, in fm_prev_cleanup()
593 fm_pcd_kg_scheme_set(fm_info.pcd_handle, &scheme_params); in set_default_scheme()
637 fm_pcd_kg_scheme_set(fm_info.pcd_handle, &scheme_params); in set_pcd_netenv_scheme()
703 fm_pcd_net_env_characteristics_set(fm_info.pcd_handle, in set_fm_port_handle()
863 t_handle pcd_handle; in dpaa_fm_init() local
882 pcd_handle = fm_pcd_open(&fm_pcd_params); in dpaa_fm_init()
883 if (!pcd_handle) { in dpaa_fm_init()
890 ret = fm_pcd_enable(pcd_handle); in dpaa_fm_init()
893 fm_pcd_close(pcd_handle); in dpaa_fm_init()
900 fm_info.pcd_handle = pcd_handle; in dpaa_fm_init()
913 if (fm_info.pcd_handle && fm_info.fman_handle) { in dpaa_fm_term()
915 ret = fm_pcd_disable(fm_info.pcd_handle); in dpaa_fm_term()
922 fm_pcd_close(fm_info.pcd_handle); in dpaa_fm_term()
923 fm_info.pcd_handle = NULL; in dpaa_fm_term()