Home
last modified time | relevance | path

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

/dpdk/drivers/net/igc/base/
H A Digc_hw.h574 u64 iac; member
/dpdk/drivers/net/e1000/base/
H A De1000_hw.h562 u64 iac; member
/dpdk/drivers/net/igc/
H A Digc_ethdev.c165 {"interrupt_assert_count", offsetof(struct igc_hw_stats, iac)},
1743 stats->iac += IGC_READ_REG(hw, IGC_IAC); in igc_read_stats_registers()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c946 stats->iac += E1000_READ_REG(hw, E1000_IAC); in eth_em_stats_get()
H A Digb_ethdev.c492 {"interrupt_assert_count", offsetof(struct e1000_hw_stats, iac)},
1762 stats->iac += E1000_READ_REG(hw, E1000_IAC); in igb_read_stats_registers()