Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c750 ((tcp->doff_res)>>2)); in __hal_tcp_seg_len()
815 if (TCP_FAST_PATH_HDR_MASK1 != tcp->doff_res) { in __hal_tcp_lro_capable()
816 u16 tcp_hdr_len = tcp->doff_res >> 2; /* TCP header len */ in __hal_tcp_lro_capable()
858 …ed with time stamp after session opened with no time stamp : %02x %02x", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
875 …tions in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
885 …tions in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
899 xge_debug_ring(XGE_TRACE, "tcphdr not fastpth %02x %02x", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
1286 *tcp = (tcplro_t *)((char *)*tcp + (((*tcp)->doff_res)>>2)); in __hal_append_lro()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h219 u8 doff_res; member