summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorSathya Perla <sathya.perla@broadcom.com>2016-06-22 08:54:53 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-27 04:06:24 -0400
commitce7faf0a071b6d05f55d8b7b36fd796cab527427 (patch)
tree5f98d9e0f094f98255c96af65cee6fc9c17629d8 /fs
parent4c88aaf3e53c5b1e624f048220bdbba71576163d (diff)
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions