Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h146 enum i40e_status_code i40e_aq_set_phy_int_mask(struct i40e_hw *hw, u16 mask,
H A Di40e_common.c2086 enum i40e_status_code i40e_aq_set_phy_int_mask(struct i40e_hw *hw, in i40e_aq_set_phy_int_mask() function
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2037 rc = i40e_aq_set_phy_int_mask(hw, 0, NULL); in i40e_get_hw_state()