Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c1004 init_iq(&rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, pi->qsize_rxq); in t4_setup_port_queues()
1027 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, in t4_setup_port_queues()
2466 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int pktc_idx, in init_iq() argument
2470 KASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS, in init_iq()
2471 ("%s: bad tmr_idx %d", __func__, tmr_idx)); in init_iq()
2477 iq->intr_params = V_QINTR_TIMER_IDX(tmr_idx); in init_iq()
HDadapter.h260 int tmr_idx; member
HDt4_main.c747 pi->tmr_idx = t4_tmr_idx_10g; in t4_attach()
751 pi->tmr_idx = t4_tmr_idx_1g; in t4_attach()
5090 idx = pi->tmr_idx; in sysctl_holdoff_tmr_idx()
5121 pi->tmr_idx = idx; in sysctl_holdoff_tmr_idx()