Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h633 uint32_t l2_addr_drop:1; member
641 uint32_t l2_addr_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
889 if (l2_addr_drop) in hpi_pfc_set_drop_log_mask()
H A Dhxge_pfc.h277 uint32_t l2_addr_drop; member
H A Dhxge_pfc.c1104 if (drop_log.bits.l2_addr_drop) in hxge_pfc_intr()
1105 statsp->errlog.l2_addr_drop++; in hxge_pfc_intr()
H A Dhxge_kstats.c577 kstatsp->pfc_l2_addr_drop.value.ul = statsp->errlog.l2_addr_drop; in hxge_pfc_stat_update()