aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x/bnx2x.h')
-rw-r--r--drivers/net/bnx2x/bnx2x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h
index 3cf0768c890e..6d4d6d4e53c6 100644
--- a/drivers/net/bnx2x/bnx2x.h
+++ b/drivers/net/bnx2x/bnx2x.h
@@ -1482,10 +1482,11 @@ int bnx2x_sp_post(struct bnx2x *bp, int command, int cid,
1482 u32 data_hi, u32 data_lo, int common); 1482 u32 data_hi, u32 data_lo, int common);
1483 1483
1484/* Clears multicast and unicast list configuration in the chip. */ 1484/* Clears multicast and unicast list configuration in the chip. */
1485void bnx2x_invalidate_e1_mc_list(struct bnx2x *bp);
1486void bnx2x_invalidate_e1h_mc_list(struct bnx2x *bp);
1487void bnx2x_invalidate_uc_list(struct bnx2x *bp); 1485void bnx2x_invalidate_uc_list(struct bnx2x *bp);
1488 1486
1487int bnx2x_wait_ramrod(struct bnx2x *bp, int state, int idx,
1488 int *state_p, int flags);
1489
1489void bnx2x_update_coalesce(struct bnx2x *bp); 1490void bnx2x_update_coalesce(struct bnx2x *bp);
1490int bnx2x_get_cur_phy_idx(struct bnx2x *bp); 1491int bnx2x_get_cur_phy_idx(struct bnx2x *bp);
1491 1492
@@ -1825,6 +1826,5 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms,
1825BNX2X_EXTERN int load_count[2][3]; /* per path: 0-common, 1-port0, 2-port1 */ 1826BNX2X_EXTERN int load_count[2][3]; /* per path: 0-common, 1-port0, 2-port1 */
1826 1827
1827extern void bnx2x_set_ethtool_ops(struct net_device *netdev); 1828extern void bnx2x_set_ethtool_ops(struct net_device *netdev);
1828void bnx2x_push_indir_table(struct bnx2x *bp);
1829 1829
1830#endif /* bnx2x.h */ 1830#endif /* bnx2x.h */