| 392 | } |
| 393 | |
| 394 | bool bnxt_is_primary_func(struct bnxt *bp) |
| 395 | { |
| 396 | if (bp->recovery_info->flags & BNXT_FLAG_PRIMARY_FUNC) |
| 397 | return true; |
| 398 | |
| 399 | return false; |
| 400 | } |
| 401 | |
| 402 | bool bnxt_is_recovery_enabled(struct bnxt *bp) |
| 403 | { |
no outgoing calls
no test coverage detected