Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_dcb.h222 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
225 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
H A Dice_dcb.c93 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, in ice_aq_stop_lldp() argument
106 if (persist) in ice_aq_stop_lldp()
121 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd) in ice_aq_start_lldp() argument
132 if (persist) in ice_aq_start_lldp()
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h296 bool persist,
303 bool persist,
H A Di40e_common.c4623 bool persist, in i40e_aq_stop_lldp() argument
4636 if (persist) { in i40e_aq_stop_lldp()
4658 bool persist, in i40e_aq_start_lldp() argument
4670 if (persist) { in i40e_aq_start_lldp()
/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h391 int idx, const u8 *addr, bool persist, bool add_smt);
H A Dt4_hw.c4079 int idx, const u8 *addr, bool persist, bool add_smt) in t4_change_mac() argument
4087 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC; in t4_change_mac()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst433 Does the issue still persist?
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst270 However, backing files may persist after the application terminates