net/ice/base: add default DCB parameters
Added new value for cmd_flag: Persistently set the DCB configuration mode for the current port. Added new value for valid_flags: represent bit#1 of command flag Signed-off-by: Sharon Haroni <sharon.haroni@intel.com> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Acked-by: Qiming Yang <qiming.yang@intel.com>
This commit is contained in:
parent
98606ff263
commit
a57379e9ed
@ -976,8 +976,10 @@ struct ice_aqc_set_query_pfc_mode {
|
||||
struct ice_aqc_set_dcb_params {
|
||||
u8 cmd_flags; /* unused in response */
|
||||
#define ICE_AQC_LINK_UP_DCB_CFG BIT(0)
|
||||
#define ICE_AQC_PERSIST_DCB_CFG BIT(1)
|
||||
u8 valid_flags; /* unused in response */
|
||||
#define ICE_AQC_LINK_UP_DCB_CFG_VALID BIT(0)
|
||||
#define ICE_AQC_PERSIST_DCB_CFG_VALID BIT(1)
|
||||
u8 rsvd[14];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user