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.c2371 size_t cpoff = 0; in i40e_lso_chain() local
2405 cpoff += tocopy; in i40e_lso_chain()
2423 cpoff = 0; in i40e_lso_chain()
2444 cpoff = 0; in i40e_lso_chain()
2489 tocopy = MIN(I40E_TCB_LEFT(tcb), mp_len - cpoff); in i40e_lso_chain()
2490 i40e_tx_copy_fragment(tcb, mp, cpoff, tocopy); in i40e_lso_chain()
2491 cpoff += tocopy; in i40e_lso_chain()
2495 if (cpoff == mp_len) { in i40e_lso_chain()
2497 cpoff = 0; in i40e_lso_chain()
2532 tcb = i40e_tx_bind_fragment(itrq, mp, cpoff, B_TRUE); in i40e_lso_chain()
[all …]