|
@@ -1301,7 +1301,8 @@ int bnxt_open_nic(struct bnxt *, bool, bool);
|
|
int bnxt_half_open_nic(struct bnxt *bp);
|
|
int bnxt_half_open_nic(struct bnxt *bp);
|
|
void bnxt_half_close_nic(struct bnxt *bp);
|
|
void bnxt_half_close_nic(struct bnxt *bp);
|
|
int bnxt_close_nic(struct bnxt *, bool, bool);
|
|
int bnxt_close_nic(struct bnxt *, bool, bool);
|
|
-int bnxt_reserve_rings(struct bnxt *bp, int tx, int rx, int tcs, int tx_xdp);
|
|
|
|
|
|
+int bnxt_reserve_rings(struct bnxt *bp, int tx, int rx, bool sh, int tcs,
|
|
|
|
+ int tx_xdp);
|
|
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);
|
|
void bnxt_restore_pf_fw_resources(struct bnxt *bp);
|