Home
last modified time | relevance | path

Searched refs:i40e_aq_set_link_restart_an (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_prototype.h162 enum i40e_status_code i40e_aq_set_link_restart_an(struct i40e_hw *hw,
H A Dixl_pf_main.c3301 aq_error = i40e_aq_set_link_restart_an(hw, enable, NULL); in ixl_set_link()
4737 status = i40e_aq_set_link_restart_an(hw, TRUE, NULL); in ixl_attach_get_link_status()
H A Di40e_common.c1926 enum i40e_status_code i40e_aq_set_link_restart_an(struct i40e_hw *hw, in i40e_aq_set_link_restart_an() function