Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c625 if (skb->len + CTRL_SIZE + sizeof(struct mlx4_wqe_inline_seg) in inline_size()
627 return ALIGN(skb->len + CTRL_SIZE + in inline_size()
630 return ALIGN(skb->len + CTRL_SIZE + 2 * in inline_size()
659 real_size = CTRL_SIZE + shinfo->nr_frags * DS_SIZE + in get_real_size()
680 real_size = CTRL_SIZE + in get_real_size()
693 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl); in build_inline_wqe()
1140 #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)