Home
last modified time | relevance | path

Searched refs:pktc_idx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1861 v = pi->pktc_idx; in getprop()
1904 V_QINTR_CNT_EN(pi->pktc_idx >= 0); in setprop()
1910 if (v == pi->pktc_idx || (v < 0 && pi->pktc_idx == -1)) in setprop()
1914 pi->pktc_idx = v < 0 ? -1 : v; in setprop()
H A Dt4_sge.c74 int8_t pktc_idx, int qsize, uint8_t esize);
488 init_iq(&rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, p->qsize_rxq, in t4_setup_port_queues()
512 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, in t4_setup_port_queues()
1248 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int8_t pktc_idx, in init_iq() argument
1252 ASSERT(pktc_idx < SGE_NCOUNTERS); /* -ve is ok, means don't use */ in init_iq()
1258 if (pktc_idx >= 0) { in init_iq()
1260 iq->intr_pktc_idx = pktc_idx; in init_iq()
H A Dadapter.h129 int8_t pktc_idx; member
H A Dt4_nexus.c555 pi->pktc_idx = prp->pktc_idx_10g; in t4_devo_attach()
559 pi->pktc_idx = prp->pktc_idx_1g; in t4_devo_attach()