Searched refs:DS_SIZE_ALIGNMENT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c260 dseg += DIV_ROUND_UP(4 + len, DS_SIZE_ALIGNMENT);
562 dseg += DIV_ROUND_UP(4 + MIN_PKT_LEN, DS_SIZE_ALIGNMENT);
565 dseg += DIV_ROUND_UP(4 + len, DS_SIZE_ALIGNMENT);
569 dseg += DIV_ROUND_UP(8 + len, DS_SIZE_ALIGNMENT);
634 DS_FACT = TXBB_SIZE / DS_SIZE_ALIGNMENT,
847 bf_size = ds_cnt * DS_SIZE_ALIGNMENT;
H A Den.h262 ((MLX4_EN_TX_MAX_DESC_SIZE - 128) / DS_SIZE_ALIGNMENT) /* units */
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h41 #define DS_SIZE_ALIGNMENT 16 macro

Completed in 79 milliseconds