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

Function sfc_tbls_stop

dpdk/drivers/net/sfc/sfc_tbls.h:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120int sfc_tbls_start(struct sfc_adapter *sa);
121
122static inline void
123sfc_tbls_stop(struct sfc_adapter *sa)
124{
125 sfc_tbls_detach(sa);
126}
127
128static inline int
129sfc_tbls_bcam_entry_insert(efx_nic_t *enp, efx_table_id_t table_id, uint16_t key_width,

Callers 2

sfc_try_startFunction · 0.85
sfc_stopFunction · 0.85

Calls 1

sfc_tbls_detachFunction · 0.85

Tested by

no test coverage detected