Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c659 size_t stat_len; in dr_mem_pack_response() local
669 stat_len = sizeof (dr_mem_stat_t) * nstat; in dr_mem_pack_response()
670 resp_len += stat_len; in dr_mem_pack_response()
695 curr_off = sizeof (dr_mem_hdr_t) + stat_len; in dr_mem_pack_response()
696 curr_str = (char *)resp_stat + stat_len; in dr_mem_pack_response()
H A Ddr_cpu.c637 size_t stat_len; in dr_cpu_pack_response() local
650 stat_len = sizeof (dr_cpu_stat_t) * nstat; in dr_cpu_pack_response()
651 resp_len += stat_len; in dr_cpu_pack_response()
678 curr_off = sizeof (dr_cpu_hdr_t) + stat_len; in dr_cpu_pack_response()
679 curr_str = (char *)resp_stat + stat_len; in dr_cpu_pack_response()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dikedoor.h586 uint32_t stat_len; member
600 uint32_t stat_len; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h416 int stat_len; /* length of status page at ring end */ member
H A Dt4_sge.c243 sc->sge.stat_len = (sge_control & F_EGRSTATUSPAGESIZE) ? 128 : 64; in t4_sge_init()
1372 fl->cap = (fl->qsize - sc->sge.stat_len / RX_FL_ESIZE) * 8; in alloc_iq_fl()
1798 eq->cap = eq->qsize - sc->sge.stat_len / EQ_ESIZE; in alloc_eq()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2638 print_stats(sp, sreqp->stat_len); in do_getstats()
2664 if (dreqp->stat_len < ((2 * sizeof (ike_defaults_t)) in do_getdefs()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7668 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params_compat() local
7688 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()
7766 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()