Searched defs:ice_qos_cfg (Results 1 – 2 of 2) sorted by relevance
518 struct ice_qos_cfg { struct519 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */520 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */521 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */522 u8 dcbx_status : 3; /* see ICE_DCBX_STATUS_DIS */523 u8 is_sw_lldp : 1;
691 struct ice_qos_cfg { struct692 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */693 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */694 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */718 struct ice_qos_cfg qos_cfg; argument