Searched refs:CTRL_SIZE (Results 1 – 2 of 2) sorted by relevance
582 if (skb->len + CTRL_SIZE + sizeof(struct mlx4_wqe_inline_seg) in inline_size()584 return ALIGN(skb->len + CTRL_SIZE + in inline_size()587 return ALIGN(skb->len + CTRL_SIZE + 2 * in inline_size()607 real_size = CTRL_SIZE + shinfo->nr_frags * DS_SIZE + in get_real_size()628 real_size = CTRL_SIZE + in get_real_size()642 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl; in build_inline_wqe()
232 #define CTRL_SIZE sizeof(struct mlx4_wqe_ctrl_seg) macro