Searched refs:cpoff (Results 1 – 1 of 1) sorted by relevance
2559 size_t cpoff = 0; in i40e_lso_chain() local2593 cpoff += tocopy; in i40e_lso_chain()2611 cpoff = 0; in i40e_lso_chain()2632 cpoff = 0; in i40e_lso_chain()2677 tocopy = MIN(I40E_TCB_LEFT(tcb), mp_len - cpoff); in i40e_lso_chain()2678 i40e_tx_copy_fragment(tcb, mp, cpoff, tocopy); in i40e_lso_chain()2679 cpoff += tocopy; in i40e_lso_chain()2683 if (cpoff == mp_len) { in i40e_lso_chain()2685 cpoff = 0; in i40e_lso_chain()2720 tcb = i40e_tx_bind_fragment(itrq, mp, cpoff, B_TRUE); in i40e_lso_chain()[all …]