Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dmlx_bitops.h118 #define MLX_MASK_1( _structure_st, _index, _field ) \ macro
123 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
124 MLX_MASK_1 ( _structure_st, _index, __VA_ARGS__ ) )
127 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
131 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
135 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
139 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
143 ( MLX_MASK_1 ( _structure_st, _index, _field ) | \
197 __value &= ~( MLX_MASK_1 ( MLX_PSEUDO_STRUCT ( _ptr ), \