Home
last modified time | relevance | path

Searched refs:TCP_CTRL_MASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c682 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_discard()
703 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_fin()
723 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_syn()
743 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_rst()
763 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_psh()
783 offset = TCP_CTRL_MASK; in hpi_pfc_set_tcp_control_ack()
H A Dhxge_pfc_hw.h48 #define TCP_CTRL_MASK (PFC_BASE_ADDR + 0x20108) macro