Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h635 uint32_t tcam_drop:1; member
639 uint32_t tcam_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
885 if (tcam_drop) in hpi_pfc_set_drop_log_mask()
H A Dhxge_pfc.h279 uint32_t tcam_drop; member
H A Dhxge_pfc.c1108 if (drop_log.bits.tcam_drop) in hxge_pfc_intr()
1109 statsp->errlog.tcam_drop++; in hxge_pfc_intr()
H A Dhxge_kstats.c579 kstatsp->pfc_tcam_drop.value.ul = statsp->errlog.tcam_drop; in hxge_pfc_stat_update()