Home
last modified time | relevance | path

Searched refs:class_code_drop (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h634 uint32_t class_code_drop:1; member
640 uint32_t class_code_drop:1;
H A Dhpi_pfc.c875 boolean_t tcam_drop, boolean_t class_code_drop, boolean_t l2_addr_drop, in hpi_pfc_set_drop_log_mask() argument
887 if (class_code_drop) in hpi_pfc_set_drop_log_mask()
H A Dhxge_pfc.h278 uint32_t class_code_drop; member
H A Dhxge_pfc.c1106 if (drop_log.bits.class_code_drop) in hxge_pfc_intr()
1107 statsp->errlog.class_code_drop++; in hxge_pfc_intr()
H A Dhxge_kstats.c578 kstatsp->pfc_class_code_drop.value.ul = statsp->errlog.class_code_drop; in hxge_pfc_stat_update()