Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h55 CIM_IBQ_SIZE = 128, /* # of 128-bit words in a CIM IBQ */ enumerator
H A Dt4_hw.c10854 const unsigned int nwords = CIM_IBQ_SIZE * 4; in t4_read_cim_ibq()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c2137 rc = t4_read_cim_ibq(sc, 3, (u32 *)buf, CIM_IBQ_SIZE * 4); in read_cim_ibq()
H A Dcudbg_lib.c2342 qsize = CIM_IBQ_SIZE * 4 * sizeof(u32); in read_cim_ibq()