Searched refs:slot_config (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_netem.c | 140 struct tc_netem_slot slot_config; member 634 next_delay = q->slot_config.min_delay + in get_slot_next() 636 (q->slot_config.max_delay - in get_slot_next() 637 q->slot_config.min_delay) >> 32); in get_slot_next() 639 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next() 640 (s32)(q->slot_config.dist_jitter), in get_slot_next() 644 q->slot.packets_left = q->slot_config.max_packets; in get_slot_next() 645 q->slot.bytes_left = q->slot_config.max_bytes; in get_slot_next() 801 q->slot_config = *c; in get_slot() 802 if (q->slot_config in get_slot() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_netem.c | 146 struct tc_netem_slot slot_config; member 643 next_delay = q->slot_config.min_delay + in get_slot_next() 645 (q->slot_config.max_delay - in get_slot_next() 646 q->slot_config.min_delay) >> 32); in get_slot_next() 648 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next() 649 (s32)(q->slot_config.dist_jitter), in get_slot_next() 653 q->slot.packets_left = q->slot_config.max_packets; in get_slot_next() 654 q->slot.bytes_left = q->slot_config.max_bytes; in get_slot_next() 811 q->slot_config = *c; in get_slot() 812 if (q->slot_config in get_slot() [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 924 u32 tempdword, slot_reg, slot_config; in shpc_init() local 1007 slot_config = shpc_readl(ctrl, SLOT_CONFIG); in shpc_init() 1008 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8; in shpc_init() 1009 ctrl->num_slots = slot_config & SLOT_NUM; in shpc_init() 1010 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init() 1011 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()
|
H A D | shpchp.h | 181 volatile u32 slot_config; member 198 SLOT_CONFIG = offsetof(struct ctrl_reg, slot_config),
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 901 u32 tempdword, slot_reg, slot_config; in shpc_init() local 984 slot_config = shpc_readl(ctrl, SLOT_CONFIG); in shpc_init() 985 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8; in shpc_init() 986 ctrl->num_slots = slot_config & SLOT_NUM; in shpc_init() 987 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init() 988 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()
|
H A D | shpchp.h | 181 volatile u32 slot_config; member 198 SLOT_CONFIG = offsetof(struct ctrl_reg, slot_config),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 607 uint32_t slot_config, ct; in radeon_get_atom_connector_info_from_object_table() local 610 slot_config = in radeon_get_atom_connector_info_from_object_table() 614 slot_config = in radeon_get_atom_connector_info_from_object_table() 618 ct = (slot_config >> 16) & 0xff; in radeon_get_atom_connector_info_from_object_table() 624 slot_config & 0xffff; in radeon_get_atom_connector_info_from_object_table()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 601 uint32_t slot_config, ct; in radeon_get_atom_connector_info_from_object_table() local 604 slot_config = in radeon_get_atom_connector_info_from_object_table() 608 slot_config = in radeon_get_atom_connector_info_from_object_table() 612 ct = (slot_config >> 16) & 0xff; in radeon_get_atom_connector_info_from_object_table() 618 slot_config & 0xffff; in radeon_get_atom_connector_info_from_object_table()
|
Completed in 18 milliseconds