Home
last modified time | relevance | path

Searched refs:xd (Results 1 – 25 of 75) sorted by relevance

123

/linux/drivers/thunderbolt/
H A Dxdomain.c165 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response() argument
168 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response()
217 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() argument
222 return __tb_xdomain_request(xd->tb->ctl, request, request_size, in tb_xdomain_request()
415 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response() argument
427 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) { in tb_xdp_properties_response()
428 tb_xdp_error_response(ctl, xd->route, sequence, in tb_xdp_properties_response()
433 mutex_lock(&xd->lock); in tb_xdp_properties_response()
435 if (req->offset >= xd->local_property_block_len) { in tb_xdp_properties_response()
436 mutex_unlock(&xd->lock); in tb_xdp_properties_response()
[all …]
H A Dicm.c383 static void icm_xdomain_activated(struct tb_xdomain *xd, bool activated) in icm_xdomain_activated() argument
386 struct tb *tb = xd->tb; in icm_xdomain_activated()
389 dst_port = tb_xdomain_downstream_port(xd); in icm_xdomain_activated()
582 static int icm_fr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in icm_fr_approve_xdomain_paths() argument
592 request.link_info = xd->depth << ICM_LINK_INFO_DEPTH_SHIFT | xd->link; in icm_fr_approve_xdomain_paths()
593 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
609 icm_xdomain_activated(xd, true); in icm_fr_approve_xdomain_paths()
613 static int icm_fr_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in icm_fr_disconnect_xdomain_paths() argument
620 phy_port = tb_phy_port_from_link(xd->link); in icm_fr_disconnect_xdomain_paths()
630 icm_xdomain_activated(xd, false); in icm_fr_disconnect_xdomain_paths()
[all …]
H A Ddma_test.c94 struct tb_xdomain *xd; member
125 tb_xdomain_release_in_hopid(dt->xd, dt->rx_hopid); in dma_test_free_rings()
130 tb_xdomain_release_out_hopid(dt->xd, dt->tx_hopid); in dma_test_free_rings()
139 struct tb_xdomain *xd = dt->xd; in dma_test_start_rings() local
152 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, DMA_TEST_TX_RING_SIZE, in dma_test_start_rings()
160 ret = tb_xdomain_alloc_out_hopid(xd, -1); in dma_test_start_rings()
175 ring = tb_ring_alloc_rx(xd->tb->nhi, -1, DMA_TEST_RX_RING_SIZE, in dma_test_start_rings()
185 ret = tb_xdomain_alloc_in_hopid(xd, -1); in dma_test_start_rings()
194 ret = tb_xdomain_enable_paths(dt->xd, dt->tx_hopid, in dma_test_start_rings()
220 ret = tb_xdomain_disable_paths(dt->xd, dt->tx_hopid, in dma_test_stop_rings()
[all …]
H A Dtb.h531 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
534 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
788 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
791 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
1263 void tb_xdomain_add(struct tb_xdomain *xd);
1264 void tb_xdomain_remove(struct tb_xdomain *xd);
1268 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent() argument
1270 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
1279 static inline struct tb_port *tb_xdomain_downstream_port(struct tb_xdomain *xd) in tb_xdomain_downstream_port() argument
1281 return tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_downstream_port()
[all …]
H A Ddomain.c779 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_domain_approve_xdomain_paths() argument
786 return tb->cm_ops->approve_xdomain_paths(tb, xd, transmit_path, in tb_domain_approve_xdomain_paths()
808 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_domain_disconnect_xdomain_paths() argument
815 return tb->cm_ops->disconnect_xdomain_paths(tb, xd, transmit_path, in tb_domain_disconnect_xdomain_paths()
821 struct tb_xdomain *xd; in disconnect_xdomain() local
825 xd = tb_to_xdomain(dev); in disconnect_xdomain()
826 if (xd && xd->tb == tb) in disconnect_xdomain()
827 ret = tb_xdomain_disable_all_paths(xd); in disconnect_xdomain()
H A Dtb.c416 static int tb_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd) in tb_port_configure_xdomain() argument
419 return usb4_port_configure_xdomain(port, xd); in tb_port_configure_xdomain()
435 struct tb_xdomain *xd; in tb_scan_xdomain() local
442 xd = tb_xdomain_find_by_route(tb, route); in tb_scan_xdomain()
443 if (xd) { in tb_scan_xdomain()
444 tb_xdomain_put(xd); in tb_scan_xdomain()
448 xd = tb_xdomain_alloc(tb, &sw->dev, route, tb->root_switch->uuid, in tb_scan_xdomain()
450 if (xd) { in tb_scan_xdomain()
451 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
452 tb_port_configure_xdomain(port, xd); in tb_scan_xdomain()
[all …]
H A Ddebugfs.c1827 static void margining_xdomain_init(struct tb_xdomain *xd) in margining_xdomain_init() argument
1832 parent_sw = tb_xdomain_parent(xd); in margining_xdomain_init()
1833 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_init()
1838 static void margining_xdomain_remove(struct tb_xdomain *xd) in margining_xdomain_remove() argument
1843 parent_sw = tb_xdomain_parent(xd); in margining_xdomain_remove()
1844 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_remove()
1863 static inline void margining_xdomain_init(struct tb_xdomain *xd) { } in margining_xdomain_init() argument
1864 static inline void margining_xdomain_remove(struct tb_xdomain *xd) { } in margining_xdomain_remove() argument
2458 void tb_xdomain_debugfs_init(struct tb_xdomain *xd) in tb_xdomain_debugfs_init() argument
2460 margining_xdomain_init(xd); in tb_xdomain_debugfs_init()
[all …]
/linux/fs/jffs2/
H A Dxattr.c71 static int is_xattr_datum_unchecked(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in is_xattr_datum_unchecked() argument
77 for (raw=xd->node; raw != (void *)xd; raw=raw->next_in_ino) { in is_xattr_datum_unchecked()
87 static void unload_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in unload_xattr_datum() argument
90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version)); in unload_xattr_datum()
91 if (xd->xname) { in unload_xattr_datum()
92 c->xdatum_mem_usage -= (xd->name_len + 1 + xd->value_len); in unload_xattr_datum()
93 kfree(xd->xname); in unload_xattr_datum()
96 list_del_init(&xd->xindex); in unload_xattr_datum()
97 xd->hashkey = 0; in unload_xattr_datum()
98 xd->xname = NULL; in unload_xattr_datum()
[all …]
H A Dxattr.h59 struct jffs2_xattr_datum *xd; /* reference to jffs2_xattr_datum */ member
84 extern int jffs2_garbage_collect_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd,
89 extern void jffs2_release_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd);
H A Dscan.c336 struct jffs2_xattr_datum *xd; in jffs2_scan_xattr_node() local
362 xd = jffs2_setup_xattr_datum(c, xid, version); in jffs2_scan_xattr_node()
363 if (IS_ERR(xd)) in jffs2_scan_xattr_node()
364 return PTR_ERR(xd); in jffs2_scan_xattr_node()
366 if (xd->version > version) { in jffs2_scan_xattr_node()
369 raw->next_in_ino = xd->node->next_in_ino; in jffs2_scan_xattr_node()
370 xd->node->next_in_ino = raw; in jffs2_scan_xattr_node()
372 xd->version = version; in jffs2_scan_xattr_node()
373 xd->xprefix = rx->xprefix; in jffs2_scan_xattr_node()
374 xd->name_len = rx->name_len; in jffs2_scan_xattr_node()
[all …]
H A Dsummary.c492 struct jffs2_xattr_datum *xd; in jffs2_sum_process_sum_data() local
501 xd = jffs2_setup_xattr_datum(c, je32_to_cpu(spx->xid), in jffs2_sum_process_sum_data()
503 if (IS_ERR(xd)) in jffs2_sum_process_sum_data()
504 return PTR_ERR(xd); in jffs2_sum_process_sum_data()
505 if (xd->version > je32_to_cpu(spx->version)) { in jffs2_sum_process_sum_data()
510 raw->next_in_ino = xd->node->next_in_ino; in jffs2_sum_process_sum_data()
511 xd->node->next_in_ino = raw; in jffs2_sum_process_sum_data()
513 xd->version = je32_to_cpu(spx->version); in jffs2_sum_process_sum_data()
515 PAD(je32_to_cpu(spx->totlen)), (void *)xd); in jffs2_sum_process_sum_data()
/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c92 static bool xive_is_store_eoi(struct xive_irq_data *xd) in xive_is_store_eoi() argument
94 return xd->flags & XIVE_IRQ_FLAG_STORE_EOI && xive_store_eoi; in xive_is_store_eoi()
217 static notrace u8 xive_esb_read(struct xive_irq_data *xd, u32 offset) in xive_esb_read() argument
221 if (offset == XIVE_ESB_SET_PQ_10 && xive_is_store_eoi(xd)) in xive_esb_read()
224 if ((xd->flags & XIVE_IRQ_FLAG_H_INT_ESB) && xive_ops->esb_rw) in xive_esb_read()
225 val = xive_ops->esb_rw(xd->hw_irq, offset, 0, 0); in xive_esb_read()
227 val = in_be64(xd->eoi_mmio + offset); in xive_esb_read()
232 static void xive_esb_write(struct xive_irq_data *xd, u32 offset, u64 data) in xive_esb_write() argument
234 if ((xd->flags & XIVE_IRQ_FLAG_H_INT_ESB) && xive_ops->esb_rw) in xive_esb_write()
235 xive_ops->esb_rw(xd->hw_irq, offset, data, 1); in xive_esb_write()
[all …]
/linux/drivers/net/thunderbolt/
H A Dmain.c182 struct tb_xdomain *xd; member
244 struct tb_xdomain *xd = net->xd; in tbnet_login_response() local
247 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_login_response()
248 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response()
253 return tb_xdomain_response(xd, &reply, sizeof(reply), in tbnet_login_response()
261 struct tb_xdomain *xd = net->xd; in tbnet_login_request() local
264 tbnet_fill_header(&request.hdr, xd->route, sequence, xd->local_uuid, in tbnet_login_request()
265 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request()
271 return tb_xdomain_request(xd, &request, sizeof(request), in tbnet_login_request()
281 struct tb_xdomain *xd = net->xd; in tbnet_logout_response() local
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c33 #define __x_eoi_page(xd) ((void __iomem *)((xd)->eoi_mmio)) argument
34 #define __x_trig_page(xd) ((void __iomem *)((xd)->trig_mmio)) argument
80 static u8 xive_vm_esb_load(struct xive_irq_data *xd, u32 offset) in xive_vm_esb_load() argument
84 if (offset == XIVE_ESB_SET_PQ_10 && xd->flags & XIVE_IRQ_FLAG_STORE_EOI) in xive_vm_esb_load()
87 val = __raw_readq(__x_eoi_page(xd) + offset); in xive_vm_esb_load()
95 static void xive_vm_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_vm_source_eoi() argument
98 if (xd->flags & XIVE_IRQ_FLAG_STORE_EOI) in xive_vm_source_eoi()
99 __raw_writeq(0, __x_eoi_page(xd) + XIVE_ESB_STORE_EOI); in xive_vm_source_eoi()
100 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in xive_vm_source_eoi()
106 __raw_readq(__x_eoi_page(xd) + XIVE_ESB_LOAD_EOI); in xive_vm_source_eoi()
[all …]
/linux/arch/powerpc/platforms/powernv/
H A Dvas.c54 struct xive_irq_data *xd; in init_vas_instance() local
124 xd = irq_get_chip_data(vinst->virq); in init_vas_instance()
125 if (!xd) { in init_vas_instance()
131 vinst->irq_port = xd->trig_page; in init_vas_instance()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
41 xd = !ram->next->bios.ramcfg_DLLoff; in nvkm_gddr5_calc()
81 ram->mr[1] |= (xd & 0x01) << 7; in nvkm_gddr5_calc()
/linux/drivers/misc/ocxl/
H A Dafu_irq.c199 struct xive_irq_data *xd; in ocxl_afu_irq_get_addr() local
206 xd = irq_get_chip_data(irq->virq); in ocxl_afu_irq_get_addr()
207 addr = xd ? xd->trig_page : 0; in ocxl_afu_irq_get_addr()
/linux/arch/arm64/boot/dts/qcom/
H A Dpm8010.dtsi71 reg = <0xd SPMI_USID>;
78 interrupts = <0xd 0x24 0x0 IRQ_TYPE_EDGE_BOTH>;
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv340 0xd, 0, eax, 0, xcr0_x87 , XCR0.X87 (bit 0) supported
341 0xd, 0, eax, 1, xcr0_sse , XCR0.SEE (bit 1) supported
342 0xd, 0, eax, 2, xcr0_avx , XCR0.AVX (bit 2) supported
343 0xd, 0, eax, 3, xcr0_mpx_bndregs , XCR0.BNDREGS (bit 3) supported (MPX BND0-BND3 registers)
344 0xd, 0, eax, 4, xcr0_mpx_bndcsr , XCR0.BNDCSR (bit 4) supported (MPX BNDCFGU/BNDSTATUS registers)
345 0xd, 0, eax, 5, xcr0_avx512_opmask , XCR0.OPMASK (bit 5) supported (AVX-512 k0-k7 registers)
346 0xd, 0, eax, 6, xcr0_avx512_zmm_hi256 , XCR0.ZMM_Hi256 (bit 6) supported (AVX-512 ZMM0->ZMM7/15 registers)
347 0xd, 0, eax, 7, xcr0_avx512_hi16_zmm , XCR0.HI16_ZMM (bit 7) supported (AVX-512 ZMM16->ZMM31 registers)
348 0xd, 0, eax, 9, xcr0_pkru , XCR0.PKRU (bit 9) supported (XSAVE PKRU registers)
349 0xd,
[all...]
/linux/fs/jfs/
H A Djfs_dtree.h20 pxd_t xd; member
53 pxd_t xd; /* 8: child extent descriptor */ member
/linux/arch/arm64/boot/dts/freescale/
H A Dqoriq-fman3-0-1g-5.dtsi11 cell-index = <0xd>;
/linux/arch/powerpc/boot/dts/
H A Dicon.dts122 0xd 0x00000000 0xd 0x00000000 0x80000000
123 0xd 0x80000000 0xd 0x80000000 0x80000000
H A Dkatmai.dts126 0xd 0x00000000 0xd 0x00000000 0x80000000
127 0xd 0x80000000 0xd 0x80000000 0x80000000
/linux/tools/perf/pmu-events/arch/riscv/
H A Dmapfile.csv19 0x489-0x8000000000000[1-9a-e]07-0xd[[:xdigit:]]+,v1,sifive/bullet-0d,core
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl_spear.txt147 "gpt0", "gpt1", "sdhci", "cf", "xd", "touchscreen", "uart1", "uart2_3",
155 "xd", "clcd", "arm_trace", "miphy_dbg", "pcie", "sata"

123