commit | 015465f85193fdc3a0debb1c9176433ba19140b2 | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Wed Jan 30 23:07:02 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 12:48:46 2013 -0500 |
tree | daf121f5fd3e2859321c7047c75905c2c341f88c | |
parent | 1b13c97fae9c61dc20db8e0d0a72a29df29ac377 [diff] |
net/mlx4_core: Directly expose fields of HW flow steering rule control segment Some of the fields for struct mlx4_net_trans_rule_hw_ctrl were packed into u32 and accessed through bit field operations. Expose and access them directly as u8. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>