Searched refs:lmc (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/edac/ |
| H A D | thunderx_edac.c | 286 #define LMC_DEBUGFS_ENT(_field) DEBUGFS_FIELD_ATTR(lmc, _field) 301 struct thunderx_lmc *lmc = file->private_data; in thunderx_lmc_inject_int_write() local 309 writeq(val, lmc->regs + LMC_INT_W1S); in thunderx_lmc_inject_int_write() 320 struct thunderx_lmc *lmc = file->private_data; in thunderx_lmc_int_read() local 322 u64 lmc_int = readq(lmc->regs + LMC_INT); in thunderx_lmc_int_read() 332 struct thunderx_lmc *lmc = arg; in inject_ecc_fn() local 338 addr = (uintptr_t)page_address(lmc->mem); in inject_ecc_fn() 339 phys = (uintptr_t)page_to_phys(lmc->mem); in inject_ecc_fn() 342 lmc->parity_test &= ~(7ULL << 8); in inject_ecc_fn() 343 lmc->parity_test |= (cl_idx << 8); in inject_ecc_fn() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ud.c | 76 ((1 << ppd->lmc) - 1)); in ud_loopback() 208 ((1 << ppd->lmc) - 1))) & U16_MAX; in ud_loopback() 213 wc.dlid_path_bits = rdma_ah_get_dlid(ah_attr) & ((1 << ppd->lmc) - 1); in ud_loopback() 317 ((1 << ppd->lmc) - 1); in hfi1_make_ud_req_9B() 407 ((1 << ppd->lmc) - 1)); in hfi1_make_ud_req_16B() 481 lid = rdma_ah_get_dlid(ah_attr) & ~((1 << ppd->lmc) - 1); in hfi1_make_ud_req() 1015 dlid & ((1 << ppd_from_ibp(ibp)->lmc) - 1); in hfi1_ud_rcv()
|
| H A D | ruc.c | 295 ((1 << ppd->lmc) - 1)); in hfi1_make_ruc_header_16B() 510 ~((1 << ps.ppd->lmc) - 1)) == in hfi1_do_send() 520 ~((1 << ps.ppd->lmc) - 1)) == in hfi1_do_send()
|
| H A D | ipoib_tx.c | 311 ((1 << ppd->lmc) - 1); in hfi1_ipoib_build_ib_tx_headers()
|
| H A D | rc.c | 1314 ((1 << ppd->lmc) - 1)), in hfi1_make_rc_ack_16B()
|
| H A D | tid_rdma.c | 3291 if ((rdma_ah_get_dlid(&qp->remote_ah_attr) & ~((1 << ppd->lmc) - 1)) == in setup_tid_rdma_wqe()
|
| /linux/drivers/infiniband/core/ |
| H A D | cache.c | 1127 int ib_get_cached_lmc(struct ib_device *device, u32 port_num, u8 *lmc) in ib_get_cached_lmc() argument 1136 *lmc = device->port_data[port_num].cache.lmc; in ib_get_cached_lmc() 1499 device->port_data[port].cache.lmc = tprops->lmc; in ib_cache_update()
|
| H A D | mad.c | 1882 u8 lmc; in rcv_has_same_gid() local 1904 if (ib_get_cached_lmc(device, port_num, &lmc)) in rcv_has_same_gid() 1906 return (!lmc || !((rdma_ah_get_path_bits(&attr) ^ in rcv_has_same_gid() 1908 ((1 << lmc) - 1))); in rcv_has_same_gid()
|
| H A D | sysfs.c | 250 return sysfs_emit(buf, "%u\n", attr.lmc); in lid_mask_count_show()
|
| H A D | sa_query.c | 2314 new_ah->src_path_mask = (1 << port_attr.lmc) - 1; in update_sm_ah()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npi-defs.h | 2230 uint64_t lmc:1; member 2264 uint64_t lmc:1; 2298 uint64_t lmc:1; member 2334 uint64_t lmc:1; 2369 uint64_t lmc:1; member 2405 uint64_t lmc:1; 2436 uint64_t lmc:1; member 2472 uint64_t lmc:1;
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-vinco.dts | 204 label = "lmc";
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | mad.c | 625 props->lmc = out_mad->data[34] & 0x7; in mlx5_query_mad_ifc_port()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | vport.c | 849 rep->lmc = MLX5_GET_PR(hca_vport_context, ctx, lmc); in mlx5_query_hca_vport_context()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 884 u8 lmc; member
|