Searched refs:mpt (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/x86/kernel/ |
D | mpparse.c | 180 static void __init smp_dump_mptable(struct mpc_table *mpc, unsigned char *mpt) in smp_dump_mptable() argument 183 pr_cont("type %x\n", *mpt); in smp_dump_mptable() 194 unsigned char *mpt = ((unsigned char *)mpc) + count; in smp_read_mpc() local 208 switch (*mpt) { in smp_read_mpc() 212 MP_processor_info((struct mpc_cpu *)mpt); in smp_read_mpc() 213 skip_entry(&mpt, &count, sizeof(struct mpc_cpu)); in smp_read_mpc() 216 MP_bus_info((struct mpc_bus *)mpt); in smp_read_mpc() 217 skip_entry(&mpt, &count, sizeof(struct mpc_bus)); in smp_read_mpc() 220 MP_ioapic_info((struct mpc_ioapic *)mpt); in smp_read_mpc() 221 skip_entry(&mpt, &count, sizeof(struct mpc_ioapic)); in smp_read_mpc() [all …]
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 457 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws; in mlx4_init_quotas() 470 dev->quotas.mpt = in mlx4_init_quotas() 1570 enum res_mpt_states state, struct res_mpt **mpt) in mr_res_start_move_to() argument 1612 if (mpt) in mr_res_start_move_to() 1613 *mpt = r; in mr_res_start_move_to() 1892 struct res_mpt *mpt; in mpt_alloc_res() local 1919 RES_MPT_MAPPED, &mpt); in mpt_alloc_res() 1923 err = __mlx4_mpt_alloc_icm(dev, mpt->key); in mpt_alloc_res() 2425 struct res_mpt *mpt; in mpt_free_res() local 2431 err = get_res(dev, slave, id, RES_MPT, &mpt); in mpt_free_res() [all …]
|
D | main.c | 1000 dev->quotas.mpt = func_cap->mpt_quota; in mlx4_slave_cap()
|
/Linux-v6.6/include/linux/mlx4/ |
D | device.h | 834 int mpt; member
|
/Linux-v6.6/drivers/infiniband/hw/mlx4/ |
D | main.c | 541 props->max_mr = dev->dev->quotas.mpt; in mlx4_ib_query_device()
|