/linux/arch/alpha/kernel/ |
H A D | sys_alcor.c | 9 * Code supporting the ALCOR and XLT (XL-300/366/433). 62 /* On ALCOR/XLT, need to dismiss interrupt via GRU. */ in alcor_mask_and_ack_irq() 72 /* On ALCOR/XLT, need to dismiss interrupt via GRU. */ in alcor_isa_mask_and_ack_irq() 171 * 6 built-in TULIP (XLT only) 190 /* note: IDSEL 17 is XLT only */ in alcor_map_irq() 235 * Now we can look to see if we are really running on an XLT-type in alcor_init_pci() 237 * built into XLT and BRET/MAVERICK, but not available on ALCOR. in alcor_init_pci() 244 printk(KERN_INFO "%s: Detected AS500 or XLT motherboard.\n", in alcor_init_pci() 283 .vector_name = "XLT", 308 /* No alpha_mv alias for XLT, since we compile it in unconditionally
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | umr.c | 512 static void mlx5r_umr_free_xlt(void *xlt, size_t length) in mlx5r_umr_free_xlt() argument 514 if (xlt == xlt_emergency_page) { in mlx5r_umr_free_xlt() 519 free_pages((unsigned long)xlt, get_order(length)); in mlx5r_umr_free_xlt() 522 static void mlx5r_umr_unmap_free_xlt(struct mlx5_ib_dev *dev, void *xlt, in mlx5r_umr_unmap_free_xlt() argument 528 mlx5r_umr_free_xlt(xlt, sg->length); in mlx5r_umr_unmap_free_xlt() 532 * Create an XLT buffer ready for submission. 540 void *xlt; in mlx5r_umr_create_xlt() local 542 xlt = mlx5r_umr_alloc_xlt(&nents, ent_size, in mlx5r_umr_create_xlt() 546 dma = dma_map_single(ddev, xlt, sg->length, DMA_TO_DEVICE); in mlx5r_umr_create_xlt() 548 mlx5_ib_err(dev, "unable to map DMA during XLT update.\n"); in mlx5r_umr_create_xlt() [all …]
|
H A D | odp.c | 189 void mlx5_odp_populate_xlt(void *xlt, size_t idx, size_t nentries, in mlx5_odp_populate_xlt() argument 193 populate_klm(xlt, idx, nentries, mr, flags); in mlx5_odp_populate_xlt() 195 populate_mtt(xlt, idx, nentries, mr, flags); in mlx5_odp_populate_xlt() 775 * update of the xlt before exiting to ensure the HW and the in pagefault_implicit_mr()
|
H A D | mlx5_ib.h | 1446 void mlx5_odp_populate_xlt(void *xlt, size_t idx, size_t nentries, 1468 static inline void mlx5_odp_populate_xlt(void *xlt, size_t idx, size_t nentries, in mlx5_odp_populate_xlt() argument
|
H A D | mr.c | 1487 /* ODP requires xlt update via umr to work. */ in create_user_odp_mr() 1703 /* dmabuf requires xlt update via umr to work. */ in mlx5_ib_reg_user_mr_dmabuf()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen4_ras.h | 548 /* Exception reporting in QAT SSM XLT */ 554 * BIT(16) - Parity error detected in XLT Push FIFO 555 * BIT(17) - Parity error detected in XLT Pull FIFO 556 * BIT(18) - Parity error detected in XLT HCTB0 557 * BIT(19) - Parity error detected in XLT HCTB1 558 * BIT(20) - Parity error detected in XLT HCTB2 559 * BIT(21) - Parity error detected in XLT HCTB3 560 * BIT(22) - Parity error detected in XLT CBCL 561 * BIT(23) - Parity error detected in XLT LITPTR
|
H A D | adf_gen4_tl.c | 67 ADF_GEN4_TL_SL_UTIL_COUNTER(xlt), 89 ADF_GEN4_TL_SL_EXEC_COUNTER(xlt),
|
H A D | adf_gen4_ras.c | 1213 "Uncorrectable error exception in SSM XLT: 0x%x", reg); in adf_handle_exprpssmxlt() 1220 "Correctable error exception in SSM XLT: 0x%x", reg); in adf_handle_exprpssmxlt()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser.c | 1747 * ice_xlt_kb_dump - dump a xlt key build info 1816 * ice_kb_entry_init - parse 192 bits of XLT Key Builder entry 1817 * @entry: pointer to the XLT Key Builder entry structure 1818 * @data: XLT Key Builder entry data to be parsed 1863 * ice_parse_kb_data - parse 204 bits of XLT Key Build Table 1865 * @kb: pointer to the XLT Key Build Table structure 1866 * @data: XLT Key Build Table data to be parsed 1916 * ice_xlt_kb_get_sw - create switch xlt key build 1927 * ice_xlt_kb_get_acl - create acl xlt key build 1938 * ice_xlt_kb_get_fd - create fdir xlt key build [all …]
|
H A D | ice_parser.h | 375 /* XLT Key Builder */
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-pef2256.c | 241 PEF2256_FUNCTION("XLT", PEF2256_2X_PC_XPC_XLT, pef2256_xp_groups), 269 PEF2256_FUNCTION("XLT", PEF2256_12_PC_XPC_XLT, pef2256_xp_groups),
|
/linux/arch/alpha/ |
H A D | Kconfig | 92 Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366 119 bool "Alcor/Alpha-XLT"
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | lantiq,pef2256.yaml | 61 SYPX, XFMS, XSIG, TCLK, XMFB, XSIGM, DLX, XCLK, XLT,
|