Home
last modified time | relevance | path

Searched refs:ice_dcbx_cfg (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.h18 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg);
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);
65 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc()
70 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc()
91 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
H A Dice_dcb.c210 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv()
242 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv()
259 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv()
286 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv()
377 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv()
436 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv()
653 struct ice_dcbx_cfg *dcbcfg) in ice_aq_get_dcb_cfg()
909 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg()
1098 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_etsrec_tlv()
1167 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_app_pri_tlv()
[all …]
H A Dice_dcb_lib.c16 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc()
53 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc()
147 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc()
234 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk()
275 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg()
363 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults()
387 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg()
438 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild()
508 struct ice_dcbx_cfg *newcfg; in ice_dcb_init_cfg()
538 struct ice_dcbx_cfg *dcbcfg; in ice_dcb_sw_dflt_cfg()
[all …]
H A Dice_dcb_nl.c34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets()
65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets()
227 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc()
252 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc()
312 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg()
385 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate()
439 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx()
494 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx()
811 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_cee_set_all()
869 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_set_all()
[all …]
H A Dice_dcb_nl.h11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
12 struct ice_dcbx_cfg *new_cfg);
H A Dice_type.h561 struct ice_dcbx_cfg { struct
576 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument
577 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
578 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
H A Dice_dcb.h125 struct ice_dcbx_cfg *dcbcfg);
H A Dice_ethtool.c2950 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam()
2997 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
H A Dice_lib.c2125 struct ice_dcbx_cfg *cfg = &vsi->port_info->qos_cfg.local_dcbx_cfg; in ice_vsi_set_tc_cfg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.h18 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg);
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);
65 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc()
70 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc()
91 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
H A Dice_dcb.c210 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv()
242 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv()
259 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv()
286 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv()
377 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv()
436 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv()
653 struct ice_dcbx_cfg *dcbcfg) in ice_aq_get_dcb_cfg()
909 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg()
1098 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_etsrec_tlv()
1167 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_app_pri_tlv()
[all …]
H A Dice_dcb_lib.c16 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc()
53 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc()
147 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc()
234 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk()
275 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg()
363 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults()
387 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg()
438 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild()
508 struct ice_dcbx_cfg *newcfg; in ice_dcb_init_cfg()
538 struct ice_dcbx_cfg *dcbcfg; in ice_dcb_sw_dflt_cfg()
[all …]
H A Dice_dcb_nl.c34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets()
65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets()
227 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc()
252 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc()
312 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg()
385 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate()
439 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx()
494 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx()
811 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_cee_set_all()
869 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_set_all()
[all …]
H A Dice_dcb_nl.h11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
12 struct ice_dcbx_cfg *new_cfg);
H A Dice_type.h561 struct ice_dcbx_cfg { struct
576 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument
577 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
578 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
H A Dice_dcb.h125 struct ice_dcbx_cfg *dcbcfg);
H A Dice_ethtool.c2950 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam()
2997 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.h18 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg);
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);
65 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc()
70 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc()
91 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
H A Dice_dcb.c210 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv()
242 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv()
259 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv()
286 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv()
377 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv()
436 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv()
653 struct ice_dcbx_cfg *dcbcfg) in ice_aq_get_dcb_cfg()
909 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg()
1098 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_etsrec_tlv()
1167 struct ice_dcbx_cfg *dcbcfg) in ice_add_ieee_app_pri_tlv()
[all …]
H A Dice_dcb_lib.c16 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc()
53 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc()
147 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc()
234 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk()
275 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg()
363 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults()
387 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg()
438 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild()
508 struct ice_dcbx_cfg *newcfg; in ice_dcb_init_cfg()
538 struct ice_dcbx_cfg *dcbcfg; in ice_dcb_sw_dflt_cfg()
[all …]
H A Dice_dcb_nl.c34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets()
65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets()
227 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc()
252 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc()
312 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg()
385 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate()
439 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx()
494 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx()
811 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_cee_set_all()
869 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_set_all()
[all …]
H A Dice_dcb_nl.h11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
12 struct ice_dcbx_cfg *new_cfg);
H A Dice_type.h561 struct ice_dcbx_cfg { struct
576 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument
577 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
578 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
H A Dice_dcb.h125 struct ice_dcbx_cfg *dcbcfg);
H A Dice_ethtool.c2950 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam()
2997 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()

12