Searched refs:pktc_idx (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h222 int pktc_idx; member in struct:vi_info
H A Dt4_main.c1259 vi->pktc_idx = t4_pktc_idx;
6756 v = V_QINTR_TIMER_IDX(idx) | V_QINTR_CNT_EN(vi->pktc_idx != -1);
6777 idx = vi->pktc_idx;
6794 vi->pktc_idx = idx;
H A Dt4_sge.c1161 init_iq(&rxq->iq, sc, vi->tmr_idx, vi->pktc_idx, vi->qsize_rxq);
2687 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int pktc_idx, argument
2693 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */
2694 ("%s: bad pktc_idx %d", __func__, pktc_idx));
2700 if (pktc_idx >= 0) {
2702 iq->intr_pktc_idx = pktc_idx;
H A Dt4_vf.c711 vi->pktc_idx = t4_pktc_idx;

Completed in 296 milliseconds