| 242 | } |
| 243 | |
| 244 | static void bnxt_free_leds_info(struct bnxt *bp) |
| 245 | { |
| 246 | if (BNXT_VF(bp)) |
| 247 | return; |
| 248 | |
| 249 | rte_free(bp->leds); |
| 250 | bp->leds = NULL; |
| 251 | } |
| 252 | |
| 253 | static void bnxt_free_flow_stats_info(struct bnxt *bp) |
| 254 | { |
no test coverage detected