Searched refs:ice_dcbx_cfg (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_dcb_lib.h | 19 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg); 24 ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked); 25 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg); 75 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc() 80 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc() 101 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
|
| A D | ice_dcb_nl.h | 11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, 12 struct ice_dcbx_cfg *new_cfg); 17 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcbnl_flush_apps() 18 struct ice_dcbx_cfg *new_cfg) { } in ice_dcbnl_flush_apps()
|
| A D | ice_dcb.c | 211 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv() 243 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv() 260 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv() 287 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv() 378 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv() 437 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv() 654 struct ice_dcbx_cfg *dcbcfg) in ice_aq_get_dcb_cfg() 949 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg() 1138 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_etsrec_tlv() 1207 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_app_pri_tlv() [all …]
|
| A D | ice_dcb_lib.c | 11 static u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc() 105 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc() 150 struct ice_dcbx_cfg *cfg = &vsi->port_info->qos_cfg.local_dcbx_cfg; in ice_get_first_droptc() 311 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk() 352 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg() 455 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults() 479 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg() 530 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild() 600 struct ice_dcbx_cfg *newcfg; in ice_dcb_init_cfg() 630 struct ice_dcbx_cfg *dcbcfg; in ice_dcb_sw_dflt_cfg() [all …]
|
| A D | ice_dcb_nl.c | 34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets() 65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets() 232 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc() 257 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc() 317 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg() 390 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate() 444 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx() 499 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx() 933 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_cee_set_all() 991 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_set_all() [all …]
|
| A D | ice_type.h | 624 struct ice_dcbx_cfg { struct 646 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument 647 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */ 648 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
|
| A D | ice_dcb.h | 143 struct ice_dcbx_cfg *dcbcfg);
|
| A D | ice_idc.c | 217 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_qos_params()
|
| A D | ice_txrx.c | 2367 static u8 ice_get_dscp_up(struct ice_dcbx_cfg *dcbcfg, struct sk_buff *skb) in ice_get_dscp_up() 2384 struct ice_dcbx_cfg *dcbcfg; in ice_select_queue()
|
| A D | ice_ethtool.c | 2951 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() 2998 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
|
| A D | ice_lib.c | 3524 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc()
|
Completed in 774 milliseconds