Lines Matching refs:ifc_sctx

162 	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()
1952 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_rxsd_alloc()
2594 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_stop()
2950 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_rxeof()
3152 #define RECLAIM_THRESH(ctx) ((ctx)->ifc_sctx->isc_tx_reclaim_thresh)
3349 if_shared_ctx_t sctx = txq->ift_ctx->ifc_sctx; in iflib_parse_header()
3613 sctx = ctx->ifc_sctx; in iflib_encap()
4196 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_admin()
4207 if (ctx->ifc_sctx->isc_flags & IFLIB_HAS_ADMINCQ) in _task_fn_admin()
4235 !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_iov()
4784 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_reset_qvalues()
5213 ctx->ifc_sctx = sctx; in iflib_device_register()
5762 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_register()
5849 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_queues_alloc()
6083 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_tx_structures_free()
6147 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_rx_structures_free()
6445 rx_only = (ctx->ifc_sctx->isc_flags & IFLIB_SINGLE_IRQ_RX_ONLY) != 0; in iflib_legacy_setup()
6606 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_msix_init()
6806 if (ctx->ifc_sctx) in mp_ndesc_handler()
6807 nqs = ctx->ifc_sctx->isc_ntxqs; in mp_ndesc_handler()
6811 if (ctx->ifc_sctx) in mp_ndesc_handler()
6812 nqs = ctx->ifc_sctx->isc_nrxqs; in mp_ndesc_handler()
6858 CTLFLAG_RD, ctx->ifc_sctx->isc_driver_version, "driver version"); in iflib_add_device_sysctl_pre()
6908 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_add_device_sysctl_post()