traffic_type
gen_data->traffic_type =
u16 traffic_type;
u8 traffic_type; /* see in setup_context() */
u8 traffic_type; /* see in setup_context() */
set_priority_app[i].traffic_type = TRAFFIC_TYPE_ETH;
set_priority_app[i].traffic_type = TRAFFIC_TYPE_PORT;
IN const u8_t traffic_type,
switch(traffic_type)
u8_t traffic_type = 0;
traffic_type = TRAFFIC_TYPE_PORT;
traffic_type = TRAFFIC_TYPE_ETH;
traffic_type,
(u8_t)pdev->params.dcbx_config_params.admin_priority_app_table[i].traffic_type,
client_init_data_virt->general.traffic_type = LLFC_TRAFFIC_TYPE_NW;
const u8_t traffic_type = LM_CHAIN_IDX_TRAFFIC_TYPE(pdev, cid);
if( LLFC_DRIVER_TRAFFIC_TYPE_MAX == traffic_type)
general->traffic_type = traffic_type;
u8_t traffic_type;
u32_t traffic_type;
&pLM->params.dcbx_config_params.admin_priority_app_table[i].traffic_type,
pLM->params.dcbx_config_params.admin_priority_app_table[i].traffic_type,
if ((app_table[i].traffic_type == TRAFFIC_TYPE_ETH) &&
if ((app_table[i].traffic_type != TRAFFIC_TYPE_ETH) &&
(table.traffic_type == TRAFFIC_TYPE_ETH) ? \