Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h200 int8_t intr_pktc_idx; /* packet count threshold index */ member
H A Dt4_sge.c1257 iq->intr_pktc_idx = SGE_NCOUNTERS - 1; in init_iq()
1260 iq->intr_pktc_idx = pktc_idx; in init_iq()
1349 V_FW_IQ_CMD_IQINTCNTTHRESH(iq->intr_pktc_idx) | in alloc_iq_fl()
H A Dt4_mac.c1920 rxq->iq.intr_pktc_idx = v; /* this needs fresh plumb */ in setprop()