Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c28 u16 *san_mac_offset);
1355 u16 *san_mac_offset) in txgbe_get_san_mac_addr_offset() argument
1364 san_mac_offset); in txgbe_get_san_mac_addr_offset()
1385 u16 san_mac_data, san_mac_offset; in txgbe_get_san_mac_addr() local
1394 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_get_san_mac_addr()
1401 err = hw->rom.read16(hw, san_mac_offset, in txgbe_get_san_mac_addr()
1405 san_mac_offset); in txgbe_get_san_mac_addr()
1410 san_mac_offset++; in txgbe_get_san_mac_addr()
1434 u16 san_mac_data, san_mac_offset; in txgbe_set_san_mac_addr() local
1439 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_set_san_mac_addr()
[all …]
/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 …]