Searched refs:size_of_inl_hdr_start (Results 1 – 1 of 1) sorted by relevance
3527 int size_of_inl_hdr_start = sizeof(eseg->inline_hdr.start); in set_eth_seg() local3543 memcpy(seg - size_of_inl_hdr_start, pdata, copysz); in set_eth_seg()3545 if (likely(copysz > size_of_inl_hdr_start)) { in set_eth_seg()3546 seg += ALIGN(copysz - size_of_inl_hdr_start, 16); in set_eth_seg()3547 *size += ALIGN(copysz - size_of_inl_hdr_start, 16) / 16; in set_eth_seg()