Symbol: iplro_t
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
254
iplro_t *ip_hdr;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
944
__hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
947
__hal_ip_lro_capable(iplro_t *ip, xge_hal_dtr_info_t *ext_info);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
950
__hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
953
__hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
957
__hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
962
__hal_lro_under_optimal_thresh(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
966
__hal_collapse_ip_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
970
__hal_collapse_tcp_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
974
__hal_append_lro(iplro_t *ip, tcplro_t **tcp, u32 *seg_len, lro_t *lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
995
__hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1047
iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1197
__hal_lro_under_optimal_thresh (iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1230
__hal_collapse_ip_hdr ( iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1252
__hal_collapse_tcp_hdr ( iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1271
__hal_append_lro(iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1316
iplro_t *ip = (iplro_t *)ip_hdr;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
715
__hal_lro_check_for_session_match(lro_t *lro, tcplro_t *tcp, iplro_t *ip)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
744
__hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
760
__hal_ip_lro_capable(iplro_t *ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
796
__hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
913
iplro_t **ip,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
961
*ip = (iplro_t *)((char*)buffer + ip_off);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
991
__hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro,