Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c687 u32 *target_map; member
697 ctx->target_map[ctx->index++] = pdev->id; in map_targets()
862 cxld->target_map[1] = dport->port_id; in mock_init_hdm_decoder()
865 cxld->target_map[0] = dport->port_id; in mock_init_hdm_decoder()
869 cxld->target_map[0] = dport->port_id; in mock_init_hdm_decoder()
936 ctx.target_map = cxld->target_map; in mock_cxl_enumerate_decoders()
/linux/drivers/scsi/
H A Dmvumi.h518 unsigned char *target_map; member
/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c137 const struct tegra234_target_lookup *target_map; member
319 const struct tegra234_target_lookup *map = cbb->fabric->fab_list[fab_id].target_map; in tegra234_sw_lookup_target_timeout()
/linux/drivers/cxl/
H A Dcxl.h375 u32 target_map[CXL_DECODER_MAX_INTERLEAVE]; member
H A Dacpi.c463 cxld->target_map[i] = cfmws->interleave_targets[i]; in DEFINE_FREE()
/linux/drivers/cxl/core/
H A Dport.c1589 if (cxld->target_map[i] == dport->port_id) { in update_decoder_targets()
1891 struct cxl_dport *dport = find_dport(port, cxld->target_map[i]); in decoder_populate_targets()
H A Dhdm.c1099 cxld->target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
H A Dregion.c1567 cxlsd->cxld.target_map[cxl_rr->nr_targets_set] = ep->dport->port_id; in cxl_port_setup_targets()
/linux/fs/f2fs/
H A Dsegment.c3030 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff() local
3036 target_map[i] = ckpt_map[i] | cur_map[i]; in __next_free_blkoff()
3038 return __find_rev_next_zero_bit(target_map, BLKS_PER_SEG(sbi), start); in __next_free_blkoff()