Lines Matching full:pf
17 void ice_dcb_rebuild(struct ice_pf *pf);
21 bool ice_is_pfc_causing_hung_q(struct ice_pf *pf, unsigned int txqueue);
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);
26 void ice_pf_dcb_recfg(struct ice_pf *pf);
28 int ice_init_pf_dcb(struct ice_pf *pf, bool locked);
29 void ice_update_dcb_stats(struct ice_pf *pf);
34 ice_dcb_process_lldp_set_mib_change(struct ice_pf *pf,
57 static inline bool ice_is_dcb_active(struct ice_pf *pf) in ice_is_dcb_active() argument
59 return (test_bit(ICE_FLAG_FW_LLDP_AGENT, pf->flags) || in ice_is_dcb_active()
60 test_bit(ICE_FLAG_DCB_ENA, pf->flags)); in ice_is_dcb_active()
63 #define ice_dcb_rebuild(pf) do {} while (0) argument
83 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb() argument
85 dev_dbg(ice_pf_to_dev(pf), "DCB not supported\n"); in ice_init_pf_dcb()
90 ice_pf_dcb_cfg(struct ice_pf __always_unused *pf, in ice_pf_dcb_cfg() argument
104 static inline bool ice_is_dcb_active(struct ice_pf __always_unused *pf) in ice_is_dcb_active() argument
110 ice_is_pfc_causing_hung_q(struct ice_pf __always_unused *pf, in ice_is_pfc_causing_hung_q() argument
116 #define ice_update_dcb_stats(pf) do {} while (0) argument
117 #define ice_pf_dcb_recfg(pf) do {} while (0) argument
119 #define ice_dcb_process_lldp_set_mib_change(pf, event) do {} while (0) argument