Home
last modified time | relevance | path

Searched refs:san_mac_offset (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c26 u16 *san_mac_offset);
1452 u16 *san_mac_offset) in txgbe_get_san_mac_addr_offset() argument
1463 san_mac_offset); in txgbe_get_san_mac_addr_offset()
1484 u16 san_mac_data, san_mac_offset; in txgbe_get_san_mac_addr() local
1495 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_get_san_mac_addr()
1502 err = hw->rom.read16(hw, san_mac_offset, in txgbe_get_san_mac_addr()
1506 san_mac_offset); in txgbe_get_san_mac_addr()
1511 san_mac_offset++; in txgbe_get_san_mac_addr()
1535 u16 san_mac_data, san_mac_offset; in txgbe_set_san_mac_addr() local
1542 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_set_san_mac_addr()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c25 u16 *san_mac_offset);
3516 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset() argument
3527 san_mac_offset); in ixgbe_get_san_mac_addr_offset()
3549 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local
3560 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_get_san_mac_addr_generic()
3569 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, in ixgbe_get_san_mac_addr_generic()
3574 san_mac_offset); in ixgbe_get_san_mac_addr_generic()
3579 san_mac_offset++; in ixgbe_get_san_mac_addr_generic()
3603 u16 san_mac_data, san_mac_offset; in ixgbe_set_san_mac_addr_generic() local
3610 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_set_san_mac_addr_generic()
[all …]