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

Function bnxt_cancel_fc_thread

dpdk/drivers/net/bnxt/bnxt_flow.c:2304–2308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302}
2303
2304void bnxt_cancel_fc_thread(struct bnxt *bp)
2305{
2306 bp->flags &= ~BNXT_FLAG_FC_THREAD;
2307 rte_eal_alarm_cancel(bnxt_flow_cnt_alarm_cb, (void *)bp);
2308}
2309
2310static int
2311bnxt_flow_flush(struct rte_eth_dev *dev, struct rte_flow_error *error)

Callers 4

bnxt_flow_cnt_alarm_cbFunction · 0.85
bnxt_flow_flushFunction · 0.85
bnxt_dev_close_opFunction · 0.85
bnxt_flow_stats_reqFunction · 0.85

Calls 1

rte_eal_alarm_cancelFunction · 0.50

Tested by

no test coverage detected