Searched refs:tcplro_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device-fp.c | 715 __hal_lro_check_for_session_match(lro_t *lro, tcplro_t *tcp, iplro_t *ip) in __hal_lro_check_for_session_match() 744 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) in __hal_tcp_seg_len() 796 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) in __hal_tcp_lro_capable() 914 tcplro_t **tcp, in __hal_lro_capable() 966 *tcp = (tcplro_t *)((char *)*ip + ip_length); in __hal_lro_capable() 991 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro, in __hal_open_lro_session() 1048 tcplro_t *tcp, in __hal_get_lro_session() 1198 tcplro_t *tcp, in __hal_lro_under_optimal_thresh() 1231 tcplro_t *tcp, in __hal_collapse_ip_hdr() 1253 tcplro_t *tcp, in __hal_collapse_tcp_hdr() [all …]
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 224 } tcplro_t; typedef 257 tcplro_t *tcp_hdr; 944 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp); 950 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off); 953 __hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp, 957 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro, 962 __hal_lro_under_optimal_thresh(iplro_t *ip, tcplro_t *tcp, lro_t *lro, 966 __hal_collapse_ip_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro, 970 __hal_collapse_tcp_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro, 974 __hal_append_lro(iplro_t *ip, tcplro_t **tcp, u32 *seg_len, lro_t *lro, [all …]
|