| 4221 | } |
| 4222 | |
| 4223 | static void bnxt_dev_cleanup(struct bnxt *bp) |
| 4224 | { |
| 4225 | bp->eth_dev->data->dev_link.link_status = 0; |
| 4226 | bp->link_info->link_up = 0; |
| 4227 | if (bp->eth_dev->data->dev_started) |
| 4228 | bnxt_dev_stop(bp->eth_dev); |
| 4229 | |
| 4230 | bnxt_uninit_resources(bp, true); |
| 4231 | } |
| 4232 | |
| 4233 | static int |
| 4234 | bnxt_check_fw_reset_done(struct bnxt *bp) |
no test coverage detected