Lines Matching refs:pgid
401 static void i40e_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_tx() argument
411 if (pgid >= I40E_MAX_TRAFFIC_CLASS) in i40e_dcbnl_set_pg_bwg_cfg_tx()
414 pf->tmp_cfg.etscfg.tcbwtable[pgid] = bw_pct; in i40e_dcbnl_set_pg_bwg_cfg_tx()
416 pgid, bw_pct); in i40e_dcbnl_set_pg_bwg_cfg_tx()
434 u8 __always_unused pgid, in i40e_dcbnl_set_pg_tc_cfg_rx() argument
452 static void i40e_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_rx() argument
473 u8 *pgid, in i40e_dcbnl_get_pg_tc_cfg_tx() argument
486 *pgid = pf->hw.local_dcbx_config.etscfg.prioritytable[prio]; in i40e_dcbnl_get_pg_tc_cfg_tx()
488 prio, *pgid); in i40e_dcbnl_get_pg_tc_cfg_tx()
499 static void i40e_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_tx() argument
508 if (pgid >= I40E_MAX_TRAFFIC_CLASS) in i40e_dcbnl_get_pg_bwg_cfg_tx()
511 *bw_pct = pf->hw.local_dcbx_config.etscfg.tcbwtable[pgid]; in i40e_dcbnl_get_pg_bwg_cfg_tx()
513 pgid, *bw_pct); in i40e_dcbnl_get_pg_bwg_cfg_tx()
530 u8 *prio_type, u8 *pgid, u8 *bw_pct, in i40e_dcbnl_get_pg_tc_cfg_rx() argument
542 *pgid = pf->hw.local_dcbx_config.etscfg.prioritytable[prio]; in i40e_dcbnl_get_pg_tc_cfg_rx()
555 static void i40e_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_rx() argument