Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4nex.h109 uint16_t thres[6]; member
H A Dcudbg_entity.h316 u16 thres[CIM_NUM_IBQ]; member
H A Dcudbg_lib.c2531 cim_qcfg_data->thres); in collect_cim_qcfg()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h719 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
H A Dt4_hw.c10898 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
10911 *thres++ = G_QUEFULLTHRSH(v) * 8; /* 8-byte unit */ in t4_read_cimq_cfg()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c736 q_cfg_data->thres[i], G_IBQRDADDR(p[0]), in view_cim_qcfg()