Loading drivers/net/benet/be.h +1 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,7 @@ struct be_adapter { u32 rx_fc; /* Rx flow control */ u32 tx_fc; /* Tx flow control */ bool ue_detected; bool stats_ioctl_sent; bool stats_cmd_sent; int link_speed; u8 port_type; u8 transceiver; Loading drivers/net/benet/be_cmds.c +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static int be_mcc_compl_process(struct be_adapter *adapter, be_dws_le_to_cpu(&resp->hw_stats, sizeof(resp->hw_stats)); netdev_stats_update(adapter); adapter->stats_ioctl_sent = false; adapter->stats_cmd_sent = false; } } else if ((compl_status != MCC_STATUS_NOT_SUPPORTED) && (compl->tag0 != OPCODE_COMMON_NTWK_MAC_QUERY)) { Loading Loading @@ -1075,7 +1075,7 @@ int be_cmd_get_stats(struct be_adapter *adapter, struct be_dma_mem *nonemb_cmd) sge->len = cpu_to_le32(nonemb_cmd->size); be_mcc_notify(adapter); adapter->stats_ioctl_sent = true; adapter->stats_cmd_sent = true; err: spin_unlock_bh(&adapter->mcc_lock); Loading drivers/net/benet/be_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -1873,7 +1873,7 @@ static void be_worker(struct work_struct *work) goto reschedule; } if (!adapter->stats_ioctl_sent) if (!adapter->stats_cmd_sent) be_cmd_get_stats(adapter, &adapter->stats_cmd); be_tx_rate_update(adapter); Loading Loading
drivers/net/benet/be.h +1 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,7 @@ struct be_adapter { u32 rx_fc; /* Rx flow control */ u32 tx_fc; /* Tx flow control */ bool ue_detected; bool stats_ioctl_sent; bool stats_cmd_sent; int link_speed; u8 port_type; u8 transceiver; Loading
drivers/net/benet/be_cmds.c +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static int be_mcc_compl_process(struct be_adapter *adapter, be_dws_le_to_cpu(&resp->hw_stats, sizeof(resp->hw_stats)); netdev_stats_update(adapter); adapter->stats_ioctl_sent = false; adapter->stats_cmd_sent = false; } } else if ((compl_status != MCC_STATUS_NOT_SUPPORTED) && (compl->tag0 != OPCODE_COMMON_NTWK_MAC_QUERY)) { Loading Loading @@ -1075,7 +1075,7 @@ int be_cmd_get_stats(struct be_adapter *adapter, struct be_dma_mem *nonemb_cmd) sge->len = cpu_to_le32(nonemb_cmd->size); be_mcc_notify(adapter); adapter->stats_ioctl_sent = true; adapter->stats_cmd_sent = true; err: spin_unlock_bh(&adapter->mcc_lock); Loading
drivers/net/benet/be_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -1873,7 +1873,7 @@ static void be_worker(struct work_struct *work) goto reschedule; } if (!adapter->stats_ioctl_sent) if (!adapter->stats_cmd_sent) be_cmd_get_stats(adapter, &adapter->stats_cmd); be_tx_rate_update(adapter); Loading