Searched refs:tcbwtable (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 68 memcpy(ets->tc_tx_bw, dcbxcfg->etscfg.tcbwtable, in i40e_dcbnl_ieee_getets() 70 memcpy(ets->tc_rx_bw, dcbxcfg->etscfg.tcbwtable, in i40e_dcbnl_ieee_getets() 76 memcpy(ets->tc_reco_bw, dcbxcfg->etsrec.tcbwtable, in i40e_dcbnl_ieee_getets()
|
D | i40e_dcb.c | 111 etscfg->tcbwtable[i] = buf[offset++]; in i40e_parse_ieee_etscfg_tlv() 166 dcbcfg->etsrec.tcbwtable[i] = buf[offset++]; in i40e_parse_ieee_etsrec_tlv() 341 etscfg->tcbwtable[i] = buf[offset++]; in i40e_parse_cee_pgcfg_tlv() 626 dcbcfg->etscfg.tcbwtable[i] = cee_cfg->oper_tc_bw[i]; in i40e_cee_to_dcb_v1_config() 707 dcbcfg->etscfg.tcbwtable[i] = cee_cfg->oper_tc_bw[i]; in i40e_cee_to_dcb_config()
|
D | i40e_debugfs.c | 1343 cfg->etscfg.tcbwtable[i], in i40e_dbg_command_write() 1349 cfg->etsrec.tcbwtable[i], in i40e_dbg_command_write() 1372 r_cfg->etscfg.tcbwtable[i], in i40e_dbg_command_write() 1378 r_cfg->etsrec.tcbwtable[i], in i40e_dbg_command_write()
|
D | i40e_type.h | 455 u8 tcbwtable[I40E_MAX_TRAFFIC_CLASS]; member
|
D | i40e_main.c | 5551 if (memcmp(&new_cfg->etscfg.tcbwtable, in i40e_dcb_need_reconfig() 5552 &old_cfg->etscfg.tcbwtable, in i40e_dcb_need_reconfig() 5553 sizeof(new_cfg->etscfg.tcbwtable))) in i40e_dcb_need_reconfig()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 443 u8 tcbwtable[I40E_MAX_TRAFFIC_CLASS]; member 450 u8 tcbwtable[I40E_MAX_TRAFFIC_CLASS]; member
|