Home
last modified time | relevance | path

Searched refs:i40e_aq_stop_lldp (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h278 enum i40e_status_code i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent,
H A Di40e_common.c4509 enum i40e_status_code i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent, in i40e_aq_stop_lldp() function
/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c1412 ret = i40e_aq_stop_lldp(hw, true, true, NULL); in rte_pmd_i40e_set_tc_strict_prio()
H A Di40e_ethdev.c11256 ret = i40e_aq_stop_lldp(hw, true, true, NULL); in i40e_dcb_init_configure()