Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c744 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) in __hal_tcp_seg_len()
914 tcplro_t **tcp, in __hal_lro_capable()
966 *tcp = (tcplro_t *)((char *)*ip + ip_length); in __hal_lro_capable()
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()
1272 tcplro_t **tcp, in __hal_append_lro()
1329 ret = __hal_get_lro_session(eth_hdr, ip, (tcplro_t *)*tcp, in xge_hal_lro_process_rx()
1336 (tcplro_t *)*tcp, lro, hldev)) { in xge_hal_lro_process_rx()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h224 } 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,
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,
978 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
[all …]