Searched refs:caps (Results 51 - 65 of 65) sorted by relevance

123

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmad.c317 for (slave = 0; slave < dev->dev->caps.sqp_demux; slave++) {
328 ix < dev->dev->caps.pkey_table_len[port_num]; ix++) {
412 for (i = 0; i < dev->dev->caps.sqp_demux; i++) {
432 for (i = 0; i < dev->dev->caps.pkey_table_len[port]; i++) {
478 u8 is_eth = dev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH;
616 if (slave >= dev->dev->caps.sqp_demux) {
618 slave, dev->dev->caps.sqp_demux);
675 if (slave >= dev->dev->caps.sqp_demux) {
677 slave, dev->dev->caps.sqp_demux);
756 if (!(to_mdev(ibdev)->dev->caps
[all...]
/barrelfish-2018-10-04/usr/kaluga/
H A Ddriver_startup.c226 drv->caps[0] = arg->arg_caps; // Interrupt cap
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_cdriver.c123 struct capref* caps; member in struct:sfn5122f_driver_state
1726 struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) {
1739 st->caps = caps;
1743 err = pcid_init(&st->pdc, caps, caps_len, args, args_len, get_default_waitset());
1725 init(struct bfdriver_instance* bfi, const char* name, uint64_t flags, struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) argument
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex116 % who is responsible for sending caps? binding or cap management?
357 memory (by manipulating Barrelfish vnodes and memory caps). It
411 % dealing with ram caps and bookkeeping which is BF specific
729 principals service, to provide processes with the appropriate caps for
746 need to manipulate caps, in which case it will use the capability
797 % the apropriate caps which it then uses to access the storage services.
/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c436 * \brief Initialize the objects for which local caps are about to be created.
449 // this is creating caps that the kernel cannot address.
532 * of CTEs pointed to by 'caps'. The array needs to have the appropriate size
533 * to hold all created caps. Some kernel objects can have a variable size. In
542 * \param dest_caps Pointer to array of CTEs to hold created caps.
568 debug(SUBSYS_CAPS, "creating caps for %#"PRIxGENPADDR
575 // this is creating caps that the kernel cannot address.
1051 // Revert the partially initialized caps to zero
1058 // Set the owner for all the new caps
1259 // For foreign caps i
1379 caps_create_new(enum objtype type, lpaddr_t addr, size_t bytes, size_t objsize, coreid_t owner, struct cte *caps) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/omap44xx/mmchs/
H A Dmmchs.c423 errval_t err = map_device_cap(st->caps[L4_PER_HSMMC1_SLOT], &mmchs_vaddr);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_rx.c859 if (mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_FCS_KEEP) {
H A Dmlx4.h1250 int mlx4_get_port_ib_caps(struct mlx4_priv *priv, uint8_t port, __be32 *caps);
H A Den_port.c173 if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN) {
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex581 \fnname{caps\_create\_new} creates a new capability of type
589 \fnname{caps\_locate\_slot} function call. You can think of the
590 \fnname{caps\_locate\_slot} function as an array look-up. We use the task
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex214 hand edited the bench.if stubs to allocate the caps and invoke the
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex107 \note{We currently allow CNode type caps to be transferred without doing
179 \arg Address of CNode cap in destination cspcae to place retyped caps into.
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex273 \label{fig:caps}
299 \texttt{/capabilities/caps.hl}. Some of the more common types of
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex370 message caps(uint32 arg, cap cap1, cap cap2);
542 iface_caps__rx_method_fn *caps;
/barrelfish-2018-10-04/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp4612 IntArgs caps(dim);
4613 res = assign_IntArgs_from_ec_array(dim, carr, caps);
4619 binpacking(*solver, dim, lvars, ivars, sizes, caps);

Completed in 219 milliseconds

123