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

Function iflib_tx_structures_setup

freebsd/net/iflib.c:5803–5813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5801}
5802
5803static int
5804iflib_tx_structures_setup(if_ctx_t ctx)
5805{
5806 iflib_txq_t txq = ctx->ifc_txqs;
5807 int i;
5808
5809 for (i = 0; i < NTXQSETS(ctx); i++, txq++)
5810 iflib_txq_setup(txq);
5811
5812 return (0);
5813}
5814
5815static void
5816iflib_tx_structures_free(if_ctx_t ctx)

Callers 1

Calls 1

iflib_txq_setupFunction · 0.85

Tested by

no test coverage detected