MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bnxt_is_recovery_enabled

Function bnxt_is_recovery_enabled

dpdk/drivers/net/bnxt/bnxt_cpr.c:402–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402bool bnxt_is_recovery_enabled(struct bnxt *bp)
403{
404 struct bnxt_error_recovery_info *info;
405
406 info = bp->recovery_info;
407 if (info && (info->flags & BNXT_FLAG_RECOVERY_ENABLED))
408 return true;
409
410 return false;
411}
412
413void bnxt_stop_rxtx(struct rte_eth_dev *eth_dev)
414{

Callers 3

bnxt_fw_reset_cbFunction · 0.85
bnxt_check_fw_healthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected