Home
last modified time | relevance | path

Searched refs:pcd_support (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_lib.c460 if (p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_CC || in fm_port_set_pcd()
461 p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_CC_AND_PLCR || in fm_port_set_pcd()
462 p->pcd_support == e_IOC_FM_PCD_PRS_CC) { in fm_port_set_pcd()
469 if (p->pcd_support == e_IOC_FM_PCD_PRS_KG || in fm_port_set_pcd()
470 p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_CC || in fm_port_set_pcd()
471 p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_CC_AND_PLCR || in fm_port_set_pcd()
472 p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_PLCR){ in fm_port_set_pcd()
492 if (p->pcd_support == e_IOC_FM_PCD_PLCR_ONLY || in fm_port_set_pcd()
493 p->pcd_support == e_IOC_FM_PCD_PRS_PLCR || in fm_port_set_pcd()
494 p->pcd_support == e_IOC_FM_PCD_PRS_KG_AND_CC_AND_PLCR || in fm_port_set_pcd()
[all …]
H A Dfm_port_ext.h576 ioc_fm_port_pcd_support pcd_support; member
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_flow.c487 uint8_t pcd_support = e_FM_PORT_PCD_SUPPORT_PRS_AND_KG; in set_port_pcd() local
503 pcd_param.pcd_support = pcd_support; in set_port_pcd()