Searched refs:cpoff (Results 1 – 1 of 1) sorted by relevance
2374 size_t cpoff = 0; in i40e_lso_chain() local2408 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 …]