Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c2217 u16 stat_idx = vsi->info.stat_counter_idx; in ixl_update_eth_stats() local
2223 ixl_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in ixl_update_eth_stats()
2226 ixl_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in ixl_update_eth_stats()
2230 ixl_stat_update48(hw, I40E_GLV_GORCL(stat_idx), in ixl_update_eth_stats()
2233 ixl_stat_update48(hw, I40E_GLV_UPRCL(stat_idx), in ixl_update_eth_stats()
2236 ixl_stat_update48(hw, I40E_GLV_MPRCL(stat_idx), in ixl_update_eth_stats()
2239 ixl_stat_update48(hw, I40E_GLV_BPRCL(stat_idx), in ixl_update_eth_stats()
2243 ixl_stat_update48(hw, I40E_GLV_GOTCL(stat_idx), in ixl_update_eth_stats()
2246 ixl_stat_update48(hw, I40E_GLV_UPTCL(stat_idx), in ixl_update_eth_stats()
2249 ixl_stat_update48(hw, I40E_GLV_MPTCL(stat_idx), in ixl_update_eth_stats()
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1725 short stat_idx; /* stat counter to increment or -1 */ member
1762 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1763 stats[acts->stat_idx]++; in t3_handle_intr_status()