Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h448 enum i40e_status_code i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr);
H A Di40e_common.c1105 enum i40e_status_code i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr) in i40e_get_mac_addr() function
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1359 rc = i40e_get_mac_addr(hw, hw->mac.addr); in i40e_common_code_init()