Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c196 struct i40e_dcb_app_priority_table new_app; in i40e_dcbnl_ieee_setapp() local
212 new_app.selector = app->selector; in i40e_dcbnl_ieee_setapp()
213 new_app.protocolid = app->protocol; in i40e_dcbnl_ieee_setapp()
214 new_app.priority = app->priority; in i40e_dcbnl_ieee_setapp()
216 if (i40e_dcbnl_find_app(old_cfg, &new_app)) in i40e_dcbnl_ieee_setapp()
222 pf->tmp_cfg.app[pf->tmp_cfg.numapps++] = new_app; in i40e_dcbnl_ieee_setapp()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_dcb_nl.c736 struct ice_dcb_app_priority_table new_app; in ice_dcbnl_setapp() local
795 new_app.selector = app->selector; in ice_dcbnl_setapp()
796 new_app.prot_id = app->protocol; in ice_dcbnl_setapp()
797 new_app.priority = app->priority; in ice_dcbnl_setapp()
846 new_cfg->app[new_cfg->numapps++] = new_app; in ice_dcbnl_setapp()
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c716 struct dcb_app new_app; in qlcnic_dcb_fill_cee_app_params() local
725 new_app.selector = app->selector; in qlcnic_dcb_fill_cee_app_params()
727 new_app.protocol = app->protocol; in qlcnic_dcb_fill_cee_app_params()
735 new_app.priority = cnt; in qlcnic_dcb_fill_cee_app_params()
738 dcb_setapp(adapter->netdev, &new_app); in qlcnic_dcb_fill_cee_app_params()