be2net: fix definition of be_max_eqs()
authorSathya Perla <sathya.perla@broadcom.com>
Wed, 22 Jun 2016 12:54:53 +0000 (08:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2016 08:06:24 +0000 (04:06 -0400)
commitce7faf0a071b6d05f55d8b7b36fd796cab527427
tree5f98d9e0f094f98255c96af65cee6fc9c17629d8
parent4c88aaf3e53c5b1e624f048220bdbba71576163d
be2net: fix definition of be_max_eqs()

The EQs available on a function are shared between NIC and RoCE.
The be_max_eqs() macro was so far being used to refer to the max number of
EQs available for NIC. This has caused some confusion in the code. To fix
this confusion this patch introduces a new macro called be_max_nic_eqs()
to refer to the max number of EQs avialable for NIC only and renames
be_max_eqs() to be_max_func_eqs().

Signed-off-by: Sathya Perla <sathya.perla@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_main.c