Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c740 vi->pktc_idx = t4_pktc_idx; in t4vf_attach()
H A Dadapter.h1358 extern int t4_pktc_idx;
H A Dt4_main.c464 int t4_pktc_idx = PKTC_IDX; variable
465 SYSCTL_INT(_hw_cxgbe, OID_AUTO, holdoff_pktc_idx, CTLFLAG_RDTUN, &t4_pktc_idx,
467 TUNABLE_INT("hw.cxgbe.holdoff_pktc_idx_10G", &t4_pktc_idx); /* Old name */
1580 vi->pktc_idx = t4_pktc_idx; in t4_attach()
12752 if (t4_pktc_idx < -1 || t4_pktc_idx >= SGE_NCOUNTERS) in tweak_tunables()
12753 t4_pktc_idx = PKTC_IDX; in tweak_tunables()