Searched refs:lro_t (Results 1 – 3 of 3) 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() 796 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) in __hal_tcp_lro_capable() 991 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro, in __hal_open_lro_session() 996 lro_t *lro_new = &ring_lro->lro_pool[slot]; in __hal_open_lro_session() 1027 lro_t *lro_temp = &ring_lro->lro_pool[i]; in __hal_lro_get_free_slot() 1049 lro_t **lro, in __hal_get_lro_session() 1053 lro_t **lro_end3 /* Valid only when ret=END_3 */) in __hal_get_lro_session() 1055 lro_t *lro_match; in __hal_get_lro_session() 1079 lro_t *lro_temp = &ring_lro->lro_pool[i]; in __hal_get_lro_session() 1199 lro_t *lro, in __hal_lro_under_optimal_thresh() [all …]
|
H A D | xgehal-device.c | 6727 sizeof(lro_t) * XGE_HAL_LRO_MAX_BUCKETS); in xge_hal_lro_init()
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 283 } lro_t; typedef 306 lro_t lro_pool[XGE_HAL_LRO_MAX_BUCKETS]; 308 lro_t *lro_recent; 950 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off); 957 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro, 959 xge_hal_lro_desc_t *ring_lro, lro_t **lro_end3); 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 …]
|