Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/include/
Dxgehal-device.h238 } iplro_t; typedef
254 iplro_t *ip_hdr;
942 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp);
945 __hal_ip_lro_capable(iplro_t *ip, xge_hal_dtr_info_t *ext_info);
948 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off);
951 __hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp,
955 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
960 __hal_lro_under_optimal_thresh(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
964 __hal_collapse_ip_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
968 __hal_collapse_tcp_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
[all …]
/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-device-fp.c698 __hal_lro_check_for_session_match(lro_t *lro, tcplro_t *tcp, iplro_t *ip) in __hal_lro_check_for_session_match()
727 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) in __hal_tcp_seg_len()
743 __hal_ip_lro_capable(iplro_t *ip, in __hal_ip_lro_capable()
779 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) in __hal_tcp_lro_capable()
896 iplro_t **ip, in __hal_lro_capable()
944 *ip = (iplro_t *)((char*)buffer + ip_off); in __hal_lro_capable()
974 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro, in __hal_open_lro_session()
1030 iplro_t *ip, in __hal_get_lro_session()
1180 __hal_lro_under_optimal_thresh (iplro_t *ip, in __hal_lro_under_optimal_thresh()
1213 __hal_collapse_ip_hdr ( iplro_t *ip, in __hal_collapse_ip_hdr()
[all …]