|
@@ -1362,6 +1362,7 @@ void bnxt_set_ring_params(struct bnxt *);
|
|
int bnxt_set_rx_skb_mode(struct bnxt *bp, bool page_mode);
|
|
int bnxt_set_rx_skb_mode(struct bnxt *bp, bool page_mode);
|
|
void bnxt_hwrm_cmd_hdr_init(struct bnxt *, void *, u16, u16, u16);
|
|
void bnxt_hwrm_cmd_hdr_init(struct bnxt *, void *, u16, u16, u16);
|
|
int _hwrm_send_message(struct bnxt *, void *, u32, int);
|
|
int _hwrm_send_message(struct bnxt *, void *, u32, int);
|
|
|
|
+int _hwrm_send_message_silent(struct bnxt *bp, void *msg, u32 len, int timeout);
|
|
int hwrm_send_message(struct bnxt *, void *, u32, int);
|
|
int hwrm_send_message(struct bnxt *, void *, u32, int);
|
|
int hwrm_send_message_silent(struct bnxt *, void *, u32, int);
|
|
int hwrm_send_message_silent(struct bnxt *, void *, u32, int);
|
|
int bnxt_hwrm_func_rgtr_async_events(struct bnxt *bp, unsigned long *bmap,
|
|
int bnxt_hwrm_func_rgtr_async_events(struct bnxt *bp, unsigned long *bmap,
|