Searched refs:t4cimqcfg (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_ioctl.c | 627 struct t4_cim_qcfg t4cimqcfg; in read_cim_qcfg() local 630 if (ddi_copyin(data, &t4cimqcfg, sizeof (t4cimqcfg), flags) < 0) { in read_cim_qcfg() 635 rc = t4_cim_read(sc, A_UP_IBQ_0_RDADDR, ARRAY_SIZE(t4cimqcfg.stat), in read_cim_qcfg() 636 t4cimqcfg.stat); in read_cim_qcfg() 641 t4_read_cimq_cfg(sc, t4cimqcfg.base, t4cimqcfg.size, t4cimqcfg.thres); in read_cim_qcfg() 643 if (ddi_copyout(&t4cimqcfg, data, sizeof (t4cimqcfg), flags) < 0) in read_cim_qcfg()
|