Home
last modified time | relevance | path

Searched refs:lro_recent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c1014 *lro = ring_lro->lro_recent = lro_new; in __hal_open_lro_session()
1066 if (ring_lro->lro_recent && ring_lro->lro_recent->in_use) { in __hal_get_lro_session()
1067 if (__hal_lro_check_for_session_match(ring_lro->lro_recent, in __hal_get_lro_session()
1070 lro_match = ring_lro->lro_recent; in __hal_get_lro_session()
1159 ring_lro->lro_recent = lro_match; in __hal_get_lro_session()
H A Dxgehal-device.c6730 hldev->lro_desc[i].lro_recent = NULL; in xge_hal_lro_init()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h308 lro_t *lro_recent; member