Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171954
b: refs/heads/master
c: 1338344
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 26, 2009
1 parent c8d1f09 commit cdec201
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 127e6e10ad17585c48cba8e1dcf30d98b90ee583
refs/heads/master: 1338344a84f5ea60a6689127d2717845e8564b1a
13 changes: 0 additions & 13 deletions trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1237,19 +1237,6 @@ static void efx_remove_all(struct efx_nic *efx)
efx_remove_nic(efx);
}

/* A convinience function to safely flush all the queues */
void efx_flush_queues(struct efx_nic *efx)
{
EFX_ASSERT_RESET_SERIALISED(efx);

efx_stop_all(efx);

efx_fini_channels(efx);
efx_init_channels(efx);

efx_start_all(efx);
}

/**************************************************************************
*
* Interrupt moderation
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/sfc/efx.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ extern void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue, int delay);

/* Channels */
extern void efx_process_channel_now(struct efx_channel *channel);
extern void efx_flush_queues(struct efx_nic *efx);
#define EFX_EVQ_SIZE 4096
#define EFX_EVQ_MASK (EFX_EVQ_SIZE - 1)

Expand Down

0 comments on commit cdec201

Please sign in to comment.