Searched refs:pktc_idx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 740 vi->pktc_idx = t4_pktc_idx; in t4vf_attach()
|
H A D | t4_sge.c | 3344 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int pktc_idx, in init_iq() argument 3350 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */ in init_iq() 3351 ("%s: bad pktc_idx %d", __func__, pktc_idx)); in init_iq() 3363 if (pktc_idx >= 0) { in init_iq() 3365 iq->intr_pktc_idx = pktc_idx; in init_iq() 3979 init_iq(&rxq->iq, sc, vi->tmr_idx, vi->pktc_idx, vi->qsize_rxq, in alloc_rxq()
|
H A D | adapter.h | 234 int pktc_idx; member
|
H A D | t4_main.c | 1584 vi->pktc_idx = t4_pktc_idx; in t4_attach() 8497 v = V_QINTR_TIMER_IDX(idx) | V_QINTR_CNT_EN(vi->pktc_idx != -1); in sysctl_holdoff_tmr_idx() 8518 idx = vi->pktc_idx; in sysctl_holdoff_pktc_idx() 8535 vi->pktc_idx = idx; in sysctl_holdoff_pktc_idx()
|