Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h632 uint32_t tcp_ctrl_drop:1; member
642 uint32_t tcp_ctrl_drop:1;
H A Dhpi_pfc.c876 boolean_t tcp_ctrl_drop) in hpi_pfc_set_drop_log_mask() argument
891 if (tcp_ctrl_drop) in hpi_pfc_set_drop_log_mask()
H A Dhxge_pfc.h276 uint32_t tcp_ctrl_drop; /* pfc_drop_log */ member
H A Dhxge_pfc.c1102 if (drop_log.bits.tcp_ctrl_drop) in hxge_pfc_intr()
1103 statsp->errlog.tcp_ctrl_drop++; in hxge_pfc_intr()
H A Dhxge_kstats.c576 kstatsp->pfc_tcp_ctrl_drop.value.ul = statsp->errlog.tcp_ctrl_drop; in hxge_pfc_stat_update()