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

Function sfc_mem_bar_fini

dpdk/drivers/net/sfc/sfc.c:796–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796static void
797sfc_mem_bar_fini(struct sfc_adapter *sa)
798{
799 efsys_bar_t *ebp = &sa->mem_bar;
800
801 SFC_BAR_LOCK_DESTROY(ebp);
802 memset(ebp, 0, sizeof(*ebp));
803}
804
805/*
806 * A fixed RSS key which has a property of being symmetric

Callers 2

sfc_probeFunction · 0.85
sfc_unprobeFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected