| 1444 | } |
| 1445 | |
| 1446 | void |
| 1447 | sfc_hw_switch_id_fini(__rte_unused struct sfc_adapter *sa, |
| 1448 | struct sfc_hw_switch_id *id) |
| 1449 | { |
| 1450 | rte_free(id); |
| 1451 | } |
| 1452 | |
| 1453 | bool |
| 1454 | sfc_hw_switch_ids_equal(const struct sfc_hw_switch_id *left, |
no test coverage detected