commit | c3c18bc1de27741de9188094fcd4e253c9426164 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Tue Sep 02 09:56:47 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 02 12:45:59 2014 -0700 |
tree | 12cceb6d18a5757e5c2140a3ead11237ca91f6e8 | |
parent | acbafeb1e9daa18d601e9d91b68925e863cc4f6e [diff] |
be2net: shorten AMAP_GET/SET_BITS() macro calls The AMAP_GET/SET_BITS() macro calls take structure name as a parameter and hence are long and span more than one line. Replace these calls with a wrapper macros for RX/Tx compls and TX wrb. This results in fewer lines and more readable code in be_main.c Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>