Searched refs:ixgbe_validate_mac_addr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h117 s32 ixgbe_validate_mac_addr(u8 *mac_addr);
H A Dixgbe_x540.c263 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
H A Dixgbe_82599.c1332 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
H A Dixgbe_common.c2229 * ixgbe_validate_mac_addr - Validate MAC address
2234 s32 ixgbe_validate_mac_addr(u8 *mac_addr) function
2238 DEBUGFUNC("ixgbe_validate_mac_addr");
2369 if (ixgbe_validate_mac_addr(hw->mac.addr) ==

Completed in 170 milliseconds