Searched refs:iplro_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 238 } iplro_t; typedef 254 iplro_t *ip_hdr; 944 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp); 947 __hal_ip_lro_capable(iplro_t *ip, xge_hal_dtr_info_t *ext_info); 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, [all …]
|
/illumos-gate/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() 760 __hal_ip_lro_capable(iplro_t *ip, in __hal_ip_lro_capable() 796 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) in __hal_tcp_lro_capable() 913 iplro_t **ip, in __hal_lro_capable() 961 *ip = (iplro_t *)((char*)buffer + ip_off); 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() 1047 iplro_t *ip, in __hal_get_lro_session() 1197 __hal_lro_under_optimal_thresh (iplro_t *ip, in __hal_lro_under_optimal_thresh() 1230 __hal_collapse_ip_hdr ( iplro_t *ip, in __hal_collapse_ip_hdr() [all …]
|