Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b31c50a7 authored by Sathya Perla's avatar Sathya Perla Committed by David S. Miller
Browse files

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: default avatarSathya Perla <sathyap@serverengines.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 03f18991
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -362,5 +362,6 @@ static inline u8 is_udp_pkt(struct sk_buff *skb)
extern void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
		u16 num_popped);
extern void be_link_status_update(struct be_adapter *adapter, bool link_up);
extern void netdev_stats_update(struct be_adapter *adapter);
extern int be_load_fw(struct be_adapter *adapter, u8 *func);
#endif				/* BE_H */
+246 −166

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2

File changed.

Preview size limit exceeded, changes collapsed.

+21 −21

File changed.

Preview size limit exceeded, changes collapsed.