Searched refs:pcd_param (Results 1 – 2 of 2) sorted by relevance
480 ioc_fm_port_pcd_params_t pcd_param; in set_port_pcd() local489 memset(&pcd_param, 0, sizeof(pcd_param)); in set_port_pcd()502 pcd_param.net_env_id = dpaa_intf->netenv_handle; in set_port_pcd()503 pcd_param.pcd_support = pcd_support; in set_port_pcd()504 pcd_param.p_kg_params = &kg_param; in set_port_pcd()505 pcd_param.p_prs_params = &prs_param; in set_port_pcd()515 ret = fm_port_set_pcd(dpaa_intf->port_handle, &pcd_param); in set_port_pcd()
37 struct ioc_fm_port_pcd_params_t pcd_param; member