Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_ethdev.c2183 uint32_t dsn_low, dsn_high; in ice_dev_init() local
2242 rte_pci_read_config(pci_dev, &dsn_high, 4, pos + 8) < 0) { in ice_dev_init()
2246 dsn = (uint64_t)dsn_high << 32 | dsn_low; in ice_dev_init()