Searched refs:stat_idx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 2217 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 D | cxgb_t3_hw.c | 1725 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()
|