Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_send.c200 uint32_t lso_ngathers; in nxge_start() local
305 lso_ngathers = 0; in nxge_start()
356 if ((tx_ring_p->descs_pending + lso_ngathers) >= nxge_reclaim_pending) { in nxge_start()
358 (nxge_tx_minfree + lso_ngathers))) { in nxge_start()
999 lso_ngathers += ngathers; in nxge_start()
1004 if (nxge_lso_kick_cnt == lso_ngathers) { in nxge_start()
1005 tx_ring_p->descs_pending += lso_ngathers; in nxge_start()
1026 lso_ngathers)); in nxge_start()
1028 lso_ngathers = 0; in nxge_start()
1037 lso_ngathers, ngathers, cur_index_lso, in nxge_start()
[all …]