Home
last modified time | relevance | path

Searched refs:ifc_sctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Diflib.c162 if_shared_ctx_t ifc_sctx; member
266 return (ctx->ifc_sctx); in iflib_get_sctx()
281 #define CTX_IS_VF(ctx) ((ctx)->ifc_sctx->isc_flags & IFLIB_IS_VF)
746 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_num_rx_descs()
756 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_num_tx_descs()
1180 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_netmap_rxsync()
1513 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_dma_alloc()
1622 if (ctx->ifc_sctx->isc_flags & IFLIB_HAS_RXCQ) in iflib_fast_intr_rxtx()
1708 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_txsd_alloc()
1913 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_txq_setup()
[all …]