Skip to content

Commit b31c50a

Browse files
Sathya Perladavem330
authored andcommitted
be2net: fix some cmds to use mccq instead of mbox
All cmds issued to BE after the creation of mccq must now use the mcc-q (and not mbox) to avoid a hw issue that results in mbox poll timeout. Signed-off-by: Sathya Perla <sathyap@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 03f1899 commit b31c50a

File tree

4 files changed

+271
-189
lines changed

4 files changed

+271
-189
lines changed

drivers/net/benet/be.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,5 +362,6 @@ static inline u8 is_udp_pkt(struct sk_buff *skb)
362362
extern void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
363363
u16 num_popped);
364364
extern void be_link_status_update(struct be_adapter *adapter, bool link_up);
365+
extern void netdev_stats_update(struct be_adapter *adapter);
365366
extern int be_load_fw(struct be_adapter *adapter, u8 *func);
366367
#endif /* BE_H */

0 commit comments

Comments
 (0)