Home
last modified time | relevance | path

Searched refs:group_type (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c61 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_write()
135 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_read()
219 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_notify_info()
H A Dvirtio_pci_modern.c140 va_hdr->group_type = cmd->group_type; in vp_modern_admin_cmd_exec()
202 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_cmd_list_init()
250 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SELF); in virtio_pci_admin_cmd_dev_parts_objects_enable()
308 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SELF); in virtio_pci_admin_cmd_cap_init()
928 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_mode_set()
1003 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_obj_create()
1054 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_obj_destroy()
1117 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_dev_parts_metadata_get()
1174 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_dev_parts_get()
1209 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_dev_parts_set()
/linux-6.15/kernel/sched/
H A Dfair.c9174 enum group_type { enum
9928 enum group_type group_type; member
10471 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
10474 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
10482 switch (sgs->group_type) { in update_sd_pick_busiest()
10729 if (sgs->group_type < idlest_sgs->group_type) in update_pick_idlest()
10732 if (sgs->group_type > idlest_sgs->group_type) in update_pick_idlest()
10740 switch (sgs->group_type) { in update_pick_idlest()
10838 if (local_sgs.group_type < idlest_sgs.group_type) in sched_balance_find_dst_group()
10845 if (local_sgs.group_type > idlest_sgs.group_type) in sched_balance_find_dst_group()
[all …]
/linux-6.15/fs/ubifs/
H A Dio.c340 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
387 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_init_node()
481 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
483 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
H A Dubifs-media.h462 __u8 group_type; member
H A Drecovery.c571 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c217 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
218 dbg_gtype(ch->group_type)); in dump_ch()
/linux-6.15/include/uapi/linux/
H A Dvirtio_pci.h276 __le16 group_type; member
/linux-6.15/include/linux/
H A Dvirtio.h120 __le16 group_type; member
/linux-6.15/net/ipv6/
H A Dmcast.c1445 int group_type; in __mld_query_work() local
1475 group_type = ipv6_addr_type(group); in __mld_query_work()
1477 if (group_type != IPV6_ADDR_ANY && in __mld_query_work()
1478 !(group_type&IPV6_ADDR_MULTICAST)) in __mld_query_work()
1499 if (group_type == IPV6_ADDR_ANY) { /* general query */ in __mld_query_work()
1519 if (group_type == IPV6_ADDR_ANY) { in __mld_query_work()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c30 MLX5_SET(create_flow_group_in, in, group_type, in mlx5_create_hash_flow_group()
/linux-6.15/net/ipv4/
H A Dnexthop.c874 u16 group_type = 0; in nla_put_nh_group() local
881 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group()
883 group_type = NEXTHOP_GRP_TYPE_RES; in nla_put_nh_group()
885 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()
/linux-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h9396 u8 group_type[0x4]; member