Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c814 *ts_off = -1; in __hal_tcp_lro_capable()
848 *ts_off = off; in __hal_tcp_lro_capable()
857 if (lro->ts_off == -1) { in __hal_tcp_lro_capable()
892 xge_os_memcpy(((char *)lro->tcp_hdr + lro->ts_off + 2), in __hal_tcp_lro_capable()
893 (char *)((char *)tcp + (*ts_off) + 2), 8); in __hal_tcp_lro_capable()
993 u32 tcp_seg_len, int ts_off) in __hal_open_lro_session() argument
1009 lro_new->ts_off = ts_off; in __hal_open_lro_session()
1058 int ts_off = -1; in __hal_get_lro_session() local
1115 &ts_off)) { in __hal_get_lro_session()
1139 ts_off); in __hal_get_lro_session()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h281 int ts_off; member
950 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off);
997 int slot, u32 tcp_seg_len, int ts_off);