|
@@ -1234,7 +1234,6 @@ int _hwrm_send_message(struct bnxt *, void *, u32, int);
|
|
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_set_coal(struct bnxt *);
|
|
int bnxt_hwrm_set_coal(struct bnxt *);
|
|
-int bnxt_hwrm_func_qcaps(struct bnxt *);
|
|
|
|
void bnxt_set_max_func_irqs(struct bnxt *bp, unsigned int max);
|
|
void bnxt_set_max_func_irqs(struct bnxt *bp, unsigned int max);
|
|
void bnxt_tx_disable(struct bnxt *bp);
|
|
void bnxt_tx_disable(struct bnxt *bp);
|
|
void bnxt_tx_enable(struct bnxt *bp);
|
|
void bnxt_tx_enable(struct bnxt *bp);
|
|
@@ -1245,4 +1244,5 @@ int bnxt_open_nic(struct bnxt *, bool, bool);
|
|
int bnxt_close_nic(struct bnxt *, bool, bool);
|
|
int bnxt_close_nic(struct bnxt *, bool, bool);
|
|
int bnxt_setup_mq_tc(struct net_device *dev, u8 tc);
|
|
int bnxt_setup_mq_tc(struct net_device *dev, u8 tc);
|
|
int bnxt_get_max_rings(struct bnxt *, int *, int *, bool);
|
|
int bnxt_get_max_rings(struct bnxt *, int *, int *, bool);
|
|
|
|
+void bnxt_restore_pf_fw_resources(struct bnxt *bp);
|
|
#endif
|
|
#endif
|