Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-device-fp.c733 ((tcp->doff_res)>>2)); in __hal_tcp_seg_len()
798 if (TCP_FAST_PATH_HDR_MASK1 != tcp->doff_res) { in __hal_tcp_lro_capable()
799 u16 tcp_hdr_len = tcp->doff_res >> 2; /* TCP header len */ in __hal_tcp_lro_capable()
841 …ed with time stamp after session opened with no time stamp : %02x %02x", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
858 …ons in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
868 …ons in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
882 xge_debug_ring(XGE_TRACE, "tcphdr not fastpth %02x %02x", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable()
1269 *tcp = (tcplro_t *)((char *)*tcp + (((*tcp)->doff_res)>>2)); in __hal_append_lro()
/freebsd-10-stable/sys/dev/nxge/include/
Dxgehal-device.h219 u8 doff_res; member