Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c628 if (skb->len + CTRL_SIZE + sizeof(struct mlx4_wqe_inline_seg) in inline_size()
630 return ALIGN(skb->len + CTRL_SIZE + in inline_size()
633 return ALIGN(skb->len + CTRL_SIZE + 2 * in inline_size()
662 real_size = CTRL_SIZE + shinfo->nr_frags * DS_SIZE + in get_real_size()
683 real_size = CTRL_SIZE + in get_real_size()
696 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl); in build_inline_wqe()
1143 #define MLX4_EN_XDP_TX_REAL_SZ (((CTRL_SIZE + MLX4_EN_XDP_TX_NRTXBB * DS_SIZE) \
H A Dmlx4_en.h93 #define CTRL_SIZE sizeof(struct mlx4_wqe_ctrl_seg) macro
103 ALIGN(256 + CTRL_SIZE + DS_SIZE + MAX_SKB_FRAGS * DS_SIZE, TXBB_SIZE)