Searched refs:size_of_inl_hdr_start (Results 1 – 2 of 2) sorted by relevance
566 int size_of_inl_hdr_start = sizeof(eseg->inline_hdr_start); in set_tso_eth_seg() local596 *seg += align(copy_sz - size_of_inl_hdr_start, 16) - 16; in set_tso_eth_seg()597 *size += align(copy_sz - size_of_inl_hdr_start, 16) / 16 - 1; in set_tso_eth_seg()
3076 int size_of_inl_hdr_start = sizeof(eseg->inline_hdr_start); in set_eth_seg() local3092 memcpy(seg - size_of_inl_hdr_start, pdata, copysz); in set_eth_seg()3094 if (likely(copysz > size_of_inl_hdr_start)) { in set_eth_seg()3095 seg += ALIGN(copysz - size_of_inl_hdr_start, 16); in set_eth_seg()3096 *size += ALIGN(copysz - size_of_inl_hdr_start, 16) / 16; in set_eth_seg()