Searched refs:DCB_APP_SEL_PCP (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_dcb.c | 31 [LAN966X_DCB_APPTRUST_PCP] = { { DCB_APP_SEL_PCP }, 1 }, 33 DCB_APP_SEL_PCP }, 2 }, 59 app_itr.selector = DCB_APP_SEL_PCP; in lan966x_dcb_app_update() 97 if (lan966x_dcb_apptrust_contains(port->chip_port, DCB_APP_SEL_PCP)) { in lan966x_dcb_app_update() 161 case DCB_APP_SEL_PCP: in lan966x_dcb_app_validate()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_dcb.c | 37 [SPARX5_DCB_APPTRUST_PCP] = { { DCB_APP_SEL_PCP }, 1 }, 39 DCB_APP_SEL_PCP }, 2 }, 67 case DCB_APP_SEL_PCP: in sparx5_dcb_app_validate() 166 app_itr.selector = DCB_APP_SEL_PCP; in sparx5_dcb_app_update() 201 if (sparx5_dcb_apptrust_contains(portno, DCB_APP_SEL_PCP)) { in sparx5_dcb_app_update()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_dcb.c | 45 { DCB_APP_SEL_PCP, KSZ8_PORT_802_1P_ENABLE }, 50 { DCB_APP_SEL_PCP, KSZ9477_PORT_802_1P_PRIO_ENABLE }, 81 DCB_APP_SEL_PCP, 770 const u8 ksz_default_apptrust[] = { DCB_APP_SEL_PCP }; in ksz_dcb_init_port()
|
/linux/include/uapi/linux/ |
H A D | dcbnl.h | 222 #define DCB_APP_SEL_PCP 255 macro
|
/linux/net/dcb/ |
H A D | dcbnl.c | 193 case DCB_APP_SEL_PCP: in dcbnl_app_attr_type_get() 2250 itr->app.selector == DCB_APP_SEL_PCP && in dcb_getrewr_prio_pcp_mask_map()
|