Home
last modified time | relevance | path

Searched refs:size_of_inl_hdr_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dqp.c566 int size_of_inl_hdr_start = sizeof(eseg->inline_hdr_start); in set_tso_eth_seg() local
596 *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()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3076 int size_of_inl_hdr_start = sizeof(eseg->inline_hdr_start); in set_eth_seg() local
3092 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()