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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h121 s32 ixgbe_validate_mac_addr(u8 *mac_addr);
H A Dif_sriov.c363 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
395 if (ixgbe_validate_mac_addr(mac) != 0) {
765 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
H A Dixgbe_x540.c285 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
H A Dixgbe_82599.c1184 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
H A Dixgbe_common.c2352 * ixgbe_validate_mac_addr - Validate MAC address
2357 s32 ixgbe_validate_mac_addr(u8 *mac_addr) function
2361 DEBUGFUNC("ixgbe_validate_mac_addr");
2489 if (ixgbe_validate_mac_addr(hw->mac.addr) ==

Completed in 206 milliseconds