Searched refs:lro_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/nxge/xgehal/ |
| HD | xgehal-device-fp.c | 698 __hal_lro_check_for_session_match(lro_t *lro, tcplro_t *tcp, iplro_t *ip) in __hal_lro_check_for_session_match() 779 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) in __hal_tcp_lro_capable() 974 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro, in __hal_open_lro_session() 979 lro_t *lro_new = &ring_lro->lro_pool[slot]; in __hal_open_lro_session() 1010 lro_t *lro_temp = &ring_lro->lro_pool[i]; in __hal_lro_get_free_slot() 1032 lro_t **lro, in __hal_get_lro_session() 1036 lro_t **lro_end3 /* Valid only when ret=END_3 */) in __hal_get_lro_session() 1038 lro_t *lro_match; in __hal_get_lro_session() 1062 lro_t *lro_temp = &ring_lro->lro_pool[i]; in __hal_get_lro_session() 1182 lro_t *lro, in __hal_lro_under_optimal_thresh() [all …]
|
| HD | xgehal-device.c | 6727 sizeof(lro_t) * XGE_HAL_LRO_MAX_BUCKETS); in xge_hal_lro_init()
|
| /freebsd-11-stable/sys/dev/nxge/include/ |
| HD | xgehal-device.h | 283 } lro_t; typedef 306 lro_t lro_pool[XGE_HAL_LRO_MAX_BUCKETS]; 308 lro_t *lro_recent; 948 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off); 955 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro, 957 xge_hal_lro_desc_t *ring_lro, lro_t **lro_end3); 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, 972 __hal_append_lro(iplro_t *ip, tcplro_t **tcp, u32 *seg_len, lro_t *lro, [all …]
|