Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h148 enum i40e_status_code i40e_aq_get_link_info(struct i40e_hw *hw,
H A Di40e_common.c1850 enum i40e_status_code i40e_aq_get_link_info(struct i40e_hw *hw, in i40e_aq_get_link_info() function
2708 status = i40e_aq_get_link_info(hw, TRUE, NULL, NULL); in i40e_update_link_info()
2740 status = i40e_aq_get_link_info(hw, TRUE, NULL, NULL); in i40e_get_link_speed()
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c1954 (void) i40e_aq_get_link_info(hw, TRUE, NULL, NULL); in i40e_get_hw_state()