Searched refs:cb_ctx (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | alias_GUID.c | 293 struct mlx4_alias_guid_work_context *cb_ctx = context; in aliasguid_query_handler() local 305 dev = cb_ctx->dev; in aliasguid_query_handler() 306 port_index = cb_ctx->port - 1; in aliasguid_query_handler() 308 all_rec_per_port[cb_ctx->block_num]; in aliasguid_query_handler() 312 cb_ctx->port, status); in aliasguid_query_handler() 317 if (guid_rec->block_num != cb_ctx->block_num) { in aliasguid_query_handler() 319 cb_ctx->block_num, guid_rec->block_num); in aliasguid_query_handler() 324 be16_to_cpu(guid_rec->lid), cb_ctx->port, in aliasguid_query_handler() 334 if (!(cb_ctx->guid_indexes & in aliasguid_query_handler() 340 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) { in aliasguid_query_handler() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 1537 struct mlxsw_sp_sb_sr_occ_query_cb_ctx cb_ctx; in mlxsw_sp_sb_sr_occ_query_cb() local 1544 memcpy(&cb_ctx, &cb_priv, sizeof(cb_ctx)); in mlxsw_sp_sb_sr_occ_query_cb() 1547 for (local_port = cb_ctx.local_port_1; in mlxsw_sp_sb_sr_occ_query_cb() 1562 if (++masked_count == cb_ctx.masked_count) in mlxsw_sp_sb_sr_occ_query_cb() 1566 for (local_port = cb_ctx.local_port_1; in mlxsw_sp_sb_sr_occ_query_cb() 1576 if (++masked_count == cb_ctx.masked_count) in mlxsw_sp_sb_sr_occ_query_cb() 1585 struct mlxsw_sp_sb_sr_occ_query_cb_ctx cb_ctx; in mlxsw_sp_sb_occ_snapshot() local 1629 cb_ctx.masked_count = masked_count; in mlxsw_sp_sb_occ_snapshot() 1630 cb_ctx.local_port_1 = local_port_1; in mlxsw_sp_sb_occ_snapshot() 1631 memcpy(&cb_priv, &cb_ctx, sizeof(cb_ctx)); in mlxsw_sp_sb_occ_snapshot()
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_diag.c | 207 struct smc_diag_dump_ctx *cb_ctx = smc_dump_context(cb); in smc_diag_dump_proto() local 209 int snum = cb_ctx->pos[p_type]; in smc_diag_dump_proto() 234 cb_ctx->pos[p_type] = num; in smc_diag_dump_proto()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
D | mmal-vchiq.h | 81 void *cb_ctx; member
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 327 struct bm2835_mmal_dev *dev = port->cb_ctx; in buffer_cb() 568 dev->capture.port->cb_ctx = dev; in start_streaming()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | sa_query.c | 1985 struct ib_classport_info_context *cb_ctx = context; in ib_classportinfo_cb() local 1987 complete(&cb_ctx->done); in ib_classportinfo_cb()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 4191 + * 'cb_ctx' value is the opaque value associated with the pool object in 4195 + struct bman_pool *pool, void *cb_ctx, int depleted); 4207 + void *cb_ctx; 7321 + * 'cb_ctx' value is the opaque value associated with ccg object. 7324 +typedef void (*qman_cb_ccgr)(struct qm_ceetm_ccg *ccg, void *cb_ctx, 7333 + void *cb_ctx; 8142 + * @cb_ctx: the corresponding context to be used used if state change 8158 + void *cb_ctx, 8160 + void *cb_ctx);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 16714 + pool->params.cb_ctx, af); 27272 + ccg->cb(ccg, ccg->cb_ctx, 31554 + void *cb_ctx, 31556 + void *cb_ctx) 31583 + p->cb_ctx = cb_ctx;
|