Searched defs:e1000_read_mac_addr_82571 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c87 static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw);
354 mac->ops.read_mac_addr = e1000_read_mac_addr_82571;
1941 * e1000_read_mac_addr_82571 - Read device MAC address
1944 static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw) function
1946 DEBUGFUNC("e1000_read_mac_addr_82571");

Completed in 47 milliseconds