commit | bcf372971d471f6cb4070adb7bfc987d8b3d21f2 | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Wed Apr 24 13:58:47 2013 +0000 |
committer | Roland Dreier <roland@purestorage.com> | Wed Apr 24 17:51:29 2013 -0700 |
tree | d99f6faa007d10a1246a0f7a4853dff6e8b98d44 | |
parent | ba60a3560ccf8e4253da9c0e8d1292375fd51796 [diff] |
mlx4_core: Directly expose fields of DMFS HW rule control segment Some of struct mlx4_net_trans_rule_hw_ctrl fields were packed into u32 and accessed through bit field operations. Expose and access them directly as u8 or u16. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>