Go to the documentation of this file.
37 #include <linux/list.h>
38 #include <linux/pci.h>
41 #define MLX4_ICM_CHUNK_LEN \
42 ((256 - sizeof (struct list_head) - 2 * sizeof (int)) / \
43 (sizeof (struct scatterlist)))
82 int use_lowmem,
int use_coherent);
86 static inline void mlx4_icm_first(
struct mlx4_icm *icm,
104 if (iter->
chunk->list.next == &iter->
icm->chunk_list) {
120 static inline unsigned long mlx4_icm_size(
struct mlx4_icm_iter *iter)