Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_iofic.c56 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_config()
74 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_moder_res_config()
96 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_legacy_moder_interval_config()
119 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_msix_moder_interval_config()
141 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_msix_tgtid_attributes_config()
164 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_unmask_offset_get()
178 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_unmask()
196 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_mask()
211 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_read_mask()
224 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_read_cause()
[all …]
H A Dal_hal_iofic.h76 int al_iofic_config(void __iomem *regs_base, int group,
91 int al_iofic_moder_res_config(void __iomem *regs_base, int group,
103 int al_iofic_legacy_moder_interval_config(void __iomem *regs_base, int group,
116 int al_iofic_msix_moder_interval_config(void __iomem *regs_base, int group,
129 int al_iofic_msix_tgtid_attributes_config(void __iomem *regs_base, int group,
154 void al_iofic_unmask(void __iomem *regs_base, int group, uint32_t mask);
165 void al_iofic_mask(void __iomem *regs_base, int group, uint32_t mask);
174 uint32_t al_iofic_read_mask(void __iomem *regs_base, int group);
182 uint32_t al_iofic_read_cause(void __iomem *regs_base, int group);
202 void al_iofic_set_cause(void __iomem *regs_base, int group, uint32_t mask);
[all …]
H A Dal_hal_udma_iofic.h515 int group);
549 int group) in al_udma_iofic_level_and_group_valid() argument
551 if (((level == AL_UDMA_IOFIC_LEVEL_PRIMARY) && (group >= 0) && (group < 4)) || in al_udma_iofic_level_and_group_valid()
552 ((level == AL_UDMA_IOFIC_LEVEL_SECONDARY) && (group >= 0) && (group < 2))) in al_udma_iofic_level_and_group_valid()
570 int group, in al_udma_iofic_unmask() argument
573 al_assert(al_udma_iofic_level_and_group_valid(level, group)); in al_udma_iofic_unmask()
590 int group, in al_udma_iofic_mask() argument
593 al_assert(al_udma_iofic_level_and_group_valid(level, group)); in al_udma_iofic_mask()
607 int group) in al_udma_iofic_read_cause() argument
609 al_assert(al_udma_iofic_level_and_group_valid(level, group)); in al_udma_iofic_read_cause()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt32 group: jtag
36 group sdio0
44 group pwm0
48 group pwm1
52 group pwm2
56 group pwm3
60 group pmic1
68 group i2c2
72 group i2c1
134 group smi
[all …]
H A Dfsl,mxs-pinctrl.txt18 a group of pins, and only affects those parameters that are explicitly listed.
26 One is to set up a group of pins for a function, both mux selection and pin
29 different configuration than what is defined in group node. The binding
32 On mxs, there is no hardware pin group. The pin group in this binding only
33 means a group of pins put together for particular peripheral to work in
35 group node should include all the pins needed for one function rather than
36 having these pins defined in several group nodes. It also means each of
37 "pinctrl-*" phandle in client device node should only have one group node
39 there to adjust configurations for some pins in the group.
49 This integer with mux selection packed is used as an entity by both group
[all …]
H A Dpinctrl-sirf.txt6 - interrupts : Interrupts used by every GPIO group
17 Each of these subnodes represents some desired configuration for a group of pins.
20 - sirf,pins : An array of strings. Each string contains the name of a group.
22 group.
24 Valid values for group and function names can be found from looking at the
25 group and function arrays in driver files:
H A Dpinctrl-atlas7.txt64 Each of these subnodes represents some desired configuration for a group of pins.
67 - groups : An array of strings. Each string contains the name of a group.
69 group.
71 Valid values for group and function names can be found from looking at the
72 group and function arrays in driver files:
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_serdes.c151 alpine_serdes_resource_get(uint32_t group) in alpine_serdes_resource_get() argument
156 if (group >= SERDES_NUM_GROUPS) in alpine_serdes_resource_get()
161 serdes_grp_offset[group]); in alpine_serdes_resource_get()
171 group_mode = &alpine_serdes_eth_group_mode[group]; in alpine_serdes_eth_mode_set()
176 if (group >= SERDES_NUM_GROUPS) in alpine_serdes_eth_mode_set()
184 al_serdes_handle_grp_init(alpine_serdes_resource_get(group), in alpine_serdes_eth_mode_set()
185 group, &obj); in alpine_serdes_eth_mode_set()
202 alpine_serdes_eth_group_lock(uint32_t group) in alpine_serdes_eth_group_lock() argument
206 group_mode = &alpine_serdes_eth_group_mode[group]; in alpine_serdes_eth_group_lock()
215 alpine_serdes_eth_group_unlock(uint32_t group) in alpine_serdes_eth_group_unlock() argument
[all …]
H A Dalpine_serdes.h45 void *alpine_serdes_resource_get(uint32_t group);
52 int alpine_serdes_eth_mode_set(uint32_t group,
56 void alpine_serdes_eth_group_lock(uint32_t group);
59 void alpine_serdes_eth_group_unlock(uint32_t group);
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/opal/
H A Dsensor-groups.txt7 servers. Each child node indicates a sensor group.
9 - compatible : Should be "ibm,opal-sensor-group"
13 - type : String to indicate the type of sensor-group
15 - sensor-group-id: Abstract unique identifier provided by firmware of
16 type <u32> which is used for sensor-group
18 sensors belonging to the group.
23 belonging to this group
27 group.
/f-stack/tools/libutil/
H A Dgr_util.c74 if (group == NULL) { in gr_init()
167 gr_copy(int ffd, int tfd, const struct group *gr, struct group *old_gr) in gr_copy()
170 struct group *fgr; in gr_copy()
383 gr_equal(const struct group *gr1, const struct group *gr2) in gr_equal()
468 struct group *
476 struct group *
516 static struct group *
520 struct group *newgr; in grcopy()
645 struct group *
648 struct group gr; in gr_scan()
[all …]
H A Dlibutil.h177 int gr_copy(int __ffd, int _tfd, const struct group *_gr,
178 struct group *_old_gr);
179 struct group *
180 gr_dup(const struct group *_gr);
181 struct group *
182 gr_add(const struct group *_gr, const char *_newmember);
183 int gr_equal(const struct group *_gr1, const struct group *_gr2);
187 char *gr_make(const struct group *_gr);
189 struct group *
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c928 uint32_t group; in dpaa2_configure_flow_eth() local
936 group = attr->group; in dpaa2_configure_flow_eth()
1176 uint32_t group; in dpaa2_configure_flow_vlan() local
1182 group = attr->group; in dpaa2_configure_flow_vlan()
1424 group = attr->group; in dpaa2_configure_flow_generic_ip()
1751 group = attr->group; in dpaa2_configure_flow_icmp()
1993 group = attr->group; in dpaa2_configure_flow_udp()
2232 group = attr->group; in dpaa2_configure_flow_tcp()
2472 group = attr->group; in dpaa2_configure_flow_sctp()
2713 group = attr->group; in dpaa2_configure_flow_gre()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_006_pos.ksh69 for group in "${no_groups[@]}"; do
71 log_mustnot eval "pw groupdel -n $group >/dev/null 2>&1"
73 log_mustnot eval "groupdel $group >/dev/null 2>&1"
75 log_must eval "zfs get groupquota@$group $QFS >/dev/null 2>&1"
76 log_must eval "zfs get groupquota@$group $snap_fs >/dev/null 2>&1"
H A Dgroupspace_003_pos.ksh60 typeset group=$2
62 awk /$group/'{print $2}')
63 typeset -i zfsgetcnt=$(zfs get -H -ovalue groupobjused@$group $fs)
66 verify_eq "$groupspacecnt" "$zfsgetcnt" "groupobjused@$group"
H A Duserquota_005_neg.ksh83 for group in "${no_groups[@]}"; do
84 log_mustnot eval "grep $group /etc/group"
85 log_mustnot zfs set groupquota@$group=100m $QFS
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_hw_types.h206 static inline bool dlb_sn_group_full(struct dlb_sn_group *group) in dlb_sn_group_full() argument
216 return group->slot_use_bitmap == mask[group->mode]; in dlb_sn_group_full()
219 static inline int dlb_sn_group_alloc_slot(struct dlb_sn_group *group) in dlb_sn_group_alloc_slot() argument
224 for (i = 0; i < bound[group->mode]; i++) { in dlb_sn_group_alloc_slot()
225 if (!(group->slot_use_bitmap & (1 << i))) { in dlb_sn_group_alloc_slot()
226 group->slot_use_bitmap |= 1 << i; in dlb_sn_group_alloc_slot()
234 static inline void dlb_sn_group_free_slot(struct dlb_sn_group *group, int slot) in dlb_sn_group_free_slot() argument
236 group->slot_use_bitmap &= ~(1 << slot); in dlb_sn_group_free_slot()
239 static inline int dlb_sn_group_used_slots(struct dlb_sn_group *group) in dlb_sn_group_used_slots() argument
244 cnt += !!(group->slot_use_bitmap & (1 << i)); in dlb_sn_group_used_slots()
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_hw_types.h226 static inline bool dlb2_sn_group_full(struct dlb2_sn_group *group) in dlb2_sn_group_full() argument
235 return group->slot_use_bitmap == mask[group->mode]; in dlb2_sn_group_full()
238 static inline int dlb2_sn_group_alloc_slot(struct dlb2_sn_group *group) in dlb2_sn_group_alloc_slot() argument
243 for (i = 0; i < bound[group->mode]; i++) { in dlb2_sn_group_alloc_slot()
244 if (!(group->slot_use_bitmap & (1 << i))) { in dlb2_sn_group_alloc_slot()
245 group->slot_use_bitmap |= 1 << i; in dlb2_sn_group_alloc_slot()
254 dlb2_sn_group_free_slot(struct dlb2_sn_group *group, int slot) in dlb2_sn_group_free_slot() argument
256 group->slot_use_bitmap &= ~(1 << slot); in dlb2_sn_group_free_slot()
259 static inline int dlb2_sn_group_used_slots(struct dlb2_sn_group *group) in dlb2_sn_group_used_slots() argument
264 cnt += !!(group->slot_use_bitmap & (1 << i)); in dlb2_sn_group_used_slots()
/f-stack/dpdk/app/test-flow-perf/
H A Dflow_gen.c21 uint64_t *flow_attrs, uint16_t group) in fill_attributes() argument
34 attr->group = group; in fill_attributes()
39 uint16_t group, in generate_flow() argument
59 fill_attributes(&attr, flow_attrs, group); in generate_flow()
/f-stack/tools/libutil/tests/
H A Dgrp_test.c55 build_grp(struct group *grp) in build_grp()
71 struct group *dupGrp; in main()
72 struct group *scanGrp; in main()
73 struct group origGrp; in main()
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Dabilis_tb100.dtsi164 gpio-ranges-group-names = "gpioa";
177 gpio-ranges-group-names = "gpiob";
190 gpio-ranges-group-names = "gpioc";
203 gpio-ranges-group-names = "gpiod";
216 gpio-ranges-group-names = "gpioe";
229 gpio-ranges-group-names = "gpiof";
242 gpio-ranges-group-names = "gpiog";
255 gpio-ranges-group-names = "gpioh";
268 gpio-ranges-group-names = "gpioi";
281 gpio-ranges-group-names = "gpioj";
[all …]
H A Dabilis_tb101.dtsi173 gpio-ranges-group-names = "gpioa";
186 gpio-ranges-group-names = "gpiob";
199 gpio-ranges-group-names = "gpioc";
212 gpio-ranges-group-names = "gpiod";
225 gpio-ranges-group-names = "gpioe";
238 gpio-ranges-group-names = "gpiof";
251 gpio-ranges-group-names = "gpiog";
264 gpio-ranges-group-names = "gpioh";
277 gpio-ranges-group-names = "gpioi";
290 gpio-ranges-group-names = "gpioj";
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c143 avl_tree_t group; member
1039 dest->a_id = group; in acevals_to_aent()
1125 vals = AVL_NEXT(&list->group, vals)) { in ace_list_to_aent()
1206 avl_destroy(&al->group); in ace_list_free()
1339 vals = acevals_find(acep, &acl->group, in ln_ace_to_aent()
1406 owner, group, isdir); in ln_ace_to_aent()
1413 owner, group, isdir); in ln_ace_to_aent()
1472 gid_t group) in acl_translate() argument
1588 masks->group |= read_mask; in acl_trivial_access_masks()
1590 masks->group |= write_mask; in acl_trivial_access_masks()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,spear3xx-shirq.txt5 interrupt controller (VIC) on behalf of a group of devices.
8 exceeding 4. The number of devices in a group can differ, further they
10 bit masks. Also in some cases the group may not have enable or other
14 interrupt multiplexor (one node for all groups). A group in the
29 then connected to a parent interrupt controller. Each group is
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c168 vfio_container.group = &vfio_group; in vfio_connect_container()
267 struct fslmc_vfio_group *group; in fslmc_map_dma() local
289 group = &vfio_group; in fslmc_map_dma()
291 if (!group->container) { in fslmc_map_dma()
311 struct fslmc_vfio_group *group; in fslmc_unmap_dma() local
327 group = &vfio_group; in fslmc_unmap_dma()
329 if (!group->container) { in fslmc_unmap_dma()
371 struct fslmc_vfio_group *group; in rte_fslmc_vfio_mem_dmamap() local
383 group = &vfio_group; in rte_fslmc_vfio_mem_dmamap()
384 if (!group->container) { in rte_fslmc_vfio_mem_dmamap()
[all …]

12345678910>>...16