aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.h
diff options
context:
space:
mode:
authorNathan Fontenot <nfont@linux.vnet.ibm.com>2018-02-19 13:30:05 -0600
committerDavid S. Miller <davem@davemloft.net>2018-02-21 14:20:05 -0500
commit8862541de781329b3e1e553bd936cecf998dc565 (patch)
tree842655bafab11dbd1c20b8cdab1939bd22902b9c /drivers/net/ethernet/ibm/ibmvnic.h
parentrds: send: mark expected switch fall-through in rds_rm_size (diff)
downloadlinux-dev-8862541de781329b3e1e553bd936cecf998dc565.tar.xz
linux-dev-8862541de781329b3e1e553bd936cecf998dc565.zip
ibmvnic: Rename active queue count variables
Rename the tx/rx active pool variables to be tx/rx active scrq counts. The tx/rx pools are per sub-crq so this is a more appropriate name. This also is a preparatory step for using thiese variables for handling updates to sub-crqs and napi based on the active count. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/ibm/ibmvnic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ibm/ibmvnic.h b/drivers/net/ethernet/ibm/ibmvnic.h
index 2f51458ccdc3..68e712c69211 100644
--- a/drivers/net/ethernet/ibm/ibmvnic.h
+++ b/drivers/net/ethernet/ibm/ibmvnic.h
@@ -1092,8 +1092,8 @@ struct ibmvnic_adapter {
u64 opt_rxba_entries_per_subcrq;
__be64 tx_rx_desc_req;
u8 map_id;
- u64 num_active_rx_pools;
- u64 num_active_tx_pools;
+ u64 num_active_rx_scrqs;
+ u64 num_active_tx_scrqs;
struct tasklet_struct tasklet;
enum vnic_state state;