Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4nex.h111 uint16_t thres[6]; member
H A Dcudbg_entity.h316 u16 thres[CIM_NUM_IBQ]; member
H A Dt4_ioctl.c1482 t4_read_cimq_cfg(sc, t4cimqcfg.base, t4cimqcfg.size, t4cimqcfg.thres); in read_cim_qcfg()
H A Dcudbg_lib.c2535 cim_qcfg_data->thres); in collect_cim_qcfg()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h721 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
H A Dt4_hw.c10814 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
10827 *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()