Searched refs:CTRL_SIZE (Results 1 – 2 of 2) sorted by relevance
580 if (skb->len + CTRL_SIZE + sizeof(struct mlx4_wqe_inline_seg) in inline_size()582 return ALIGN(skb->len + CTRL_SIZE + in inline_size()585 return ALIGN(skb->len + CTRL_SIZE + 2 * in inline_size()605 real_size = CTRL_SIZE + shinfo->nr_frags * DS_SIZE + in get_real_size()626 real_size = CTRL_SIZE + in get_real_size()640 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl; in build_inline_wqe()
231 #define CTRL_SIZE sizeof(struct mlx4_wqe_ctrl_seg) macro