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

Function sfc_hw_switch_id_fini

dpdk/drivers/net/sfc/sfc.c:1446–1451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected