Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2374 size_t cpoff = 0; in i40e_lso_chain() local
2408 cpoff += tocopy; in i40e_lso_chain()
2426 cpoff = 0; in i40e_lso_chain()
2447 cpoff = 0; in i40e_lso_chain()
2492 tocopy = MIN(I40E_TCB_LEFT(tcb), mp_len - cpoff); in i40e_lso_chain()
2493 i40e_tx_copy_fragment(tcb, mp, cpoff, tocopy); in i40e_lso_chain()
2494 cpoff += tocopy; in i40e_lso_chain()
2498 if (cpoff == mp_len) { in i40e_lso_chain()
2500 cpoff = 0; in i40e_lso_chain()
2535 tcb = i40e_tx_bind_fragment(itrq, mp, cpoff, B_TRUE); in i40e_lso_chain()
[all …]