| 2302 | } |
| 2303 | |
| 2304 | void 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 | |
| 2310 | static int |
| 2311 | bnxt_flow_flush(struct rte_eth_dev *dev, struct rte_flow_error *error) |
no test coverage detected