Home
last modified time | relevance | path

Searched refs:handle (Results 401 – 425 of 4153) sorted by relevance

1...<<11121314151617181920>>...167

/openbmc/linux/include/linux/qed/
H A Dqed_nvmetcp_if.h210 u32 *handle,
213 int (*release_conn)(struct qed_dev *cdev, u32 handle);
216 u32 handle,
220 u32 handle,
223 int (*destroy_conn)(struct qed_dev *cdev, u32 handle, u8 abrt_conn);
225 int (*clear_sq)(struct qed_dev *cdev, u32 handle);
/openbmc/linux/drivers/acpi/
H A Dec.c146 acpi_handle handle; member
957 return first_ec->handle; in ec_get_handle()
1097 if (!handle && !func) in acpi_ec_add_query_handler()
1105 handler->handle = handle; in acpi_ec_add_query_handler()
1159 else if (handler->handle) in acpi_ec_event_processor()
1487 ec->handle = handle; in ec_parse_device()
1683 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_add()
1708 boot_ec->handle = ec->handle; in acpi_ec_add()
1770 if (first_ec && first_ec->handle != adev->handle) in acpi_ec_register_opregions()
1872 acpi_handle handle; in acpi_ec_ecdt_start() local
[all …]
/openbmc/linux/net/sched/
H A Dsch_mq.c29 .handle = sch->handle, in mq_offload()
42 .handle = sch->handle, in mq_offload_stats()
91 TC_H_MAKE(TC_H_MAJ(sch->handle), in mq_init()
191 graft_offload.handle = sch->handle; in mq_graft()
193 graft_offload.graft_params.child_handle = new ? new->handle : 0; in mq_graft()
224 tcm->tcm_info = rtnl_dereference(dev_queue->qdisc_sleeping)->handle; in mq_dump_class()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt1040rdb.dts59 phy-handle = <&phy_sgmii_2>;
120 phy-handle = <&phy_qsgmii_0>;
128 phy-handle = <&phy_qsgmii_1>;
136 phy-handle = <&phy_qsgmii_2>;
144 phy-handle = <&phy_qsgmii_3>;
152 phy-handle = <&phy_qsgmii_4>;
160 phy-handle = <&phy_qsgmii_5>;
168 phy-handle = <&phy_qsgmii_6>;
176 phy-handle = <&phy_qsgmii_7>;
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c256 if (sas_expander->handle != handle) in __mpi3mr_expander_find_by_handle()
1148 mrioc->sas_hba.phy[i].handle = mrioc->sas_hba.handle; in mpi3mr_sas_host_refresh()
1248 mrioc->sas_hba.phy[i].handle = mrioc->sas_hba.handle; in mpi3mr_sas_host_add()
1601 u16 handle; member
1902 if (sas_expander->handle == handle) in mpi3mr_refresh_expanders()
1905 sas_expander->handle = handle; in mpi3mr_refresh_expanders()
1907 sas_expander->phy[i].handle = handle; in mpi3mr_refresh_expanders()
1975 if (!handle) in mpi3mr_expander_add()
2073 sas_expander->handle = handle; in mpi3mr_expander_add()
2109 handle; in mpi3mr_expander_add()
[all …]
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_3xxx.dts163 phy-handle = <&phy0>;
175 phy-handle = <&phy1>;
181 phy-handle = <&phy2>;
182 cavium,alt-phy-handle = <&phy100>;
191 phy-handle = <&phy3>;
201 phy-handle = <&phy4>;
210 phy-handle = <&phy5>;
280 phy-handle = <&phy6>;
286 phy-handle = <&phy7>;
292 phy-handle = <&phy8>;
[all …]
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-clearfog-gtr-s4.dts28 phy-handle = <&switch0phy0>;
34 phy-handle = <&switch0phy1>;
40 phy-handle = <&switch0phy2>;
46 phy-handle = <&switch0phy3>;
/openbmc/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument
16 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, len); in dma_alloc_coherent()
17 return (void *)*handle; in dma_alloc_coherent()
/openbmc/u-boot/arch/riscv/include/asm/
H A Ddma-mapping.h16 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument
18 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, len); in dma_alloc_coherent()
19 return (void *)*handle; in dma_alloc_coherent()
/openbmc/linux/net/bluetooth/
H A Dmsft.c58 __u8 handle; member
64 __u8 handle; member
287 handle_data->msft_handle = rp->handle; in msft_le_monitor_advertisement_cb()
349 cp.handle = address_filter->msft_handle; in msft_remove_addr_filters_sync()
438 cp.handle = handle_data->msft_handle; in msft_remove_monitor_sync()
454 int handle = 0; in msft_suspend_sync() local
468 handle++; in msft_suspend_sync()
587 int handle = 0; in reregister_monitor() local
601 handle++; in reregister_monitor()
733 cp.handle = address_filter->msft_handle; in msft_cancel_address_filter_sync()
[all …]
/openbmc/linux/drivers/block/xen-blkback/
H A Dcommon.h82 blkif_vdev_t handle; /* only for read/write requests */ member
107 blkif_vdev_t handle; member
134 blkif_vdev_t handle; /* only for read/write requests */ member
163 blkif_vdev_t handle; member
217 blkif_vdev_t handle; member
244 grant_handle_t handle; member
305 unsigned int handle; member
334 grant_handle_t handle; member
/openbmc/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument
16 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
17 return (void *)*handle; in dma_alloc_coherent()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c287 if (handle < 0) in yaffsfs_NewHandleAndFileDes()
297 return handle; in yaffsfs_NewHandleAndFileDes()
735 int yaffs_dup(int handle) in yaffs_dup() argument
778 int handle = -1; in yaffs_open_sharing() local
824 if (handle < 0) { in yaffs_open_sharing()
987 handle = -1; in yaffs_open_sharing()
993 return handle; in yaffs_open_sharing()
1025 int yaffs_fsync(int handle) in yaffs_fsync() argument
1030 int yaffs_flush(int handle) in yaffs_flush() argument
1032 return yaffs_fsync(handle); in yaffs_flush()
[all …]
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_cls.rst17 values is 0xAAAABBBB; AAAA is the major handle number and BBBB
18 is the minor handle number.
28 - setting a 10:1 handle::
35 tc qdisc add dev eth0 root handle 10: htb
40 tc filter add dev eth0 parent 10: protocol ip prio 10 handle 1: cgroup
/openbmc/linux/include/linux/
H A Dvmw_vmci_api.h32 int vmci_datagram_destroy_handle(struct vmci_handle handle);
34 int vmci_doorbell_create(struct vmci_handle *handle, u32 flags,
37 int vmci_doorbell_destroy(struct vmci_handle handle);
38 int vmci_doorbell_notify(struct vmci_handle handle, u32 priv_flags);
49 struct vmci_handle *handle,
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-qds-13bb.dtso27 phy-handle = <&slot1_sgmii>;
62 phy-handle = <&slot2_qxgmii0>;
69 phy-handle = <&slot2_qxgmii1>;
76 phy-handle = <&slot2_qxgmii2>;
83 phy-handle = <&slot2_qxgmii3>;
/openbmc/linux/drivers/platform/surface/
H A Dsurface3_power.c162 acpi_handle handle; in mshw0011_notify() local
165 handle = ACPI_HANDLE(&cdata->adp1->dev); in mshw0011_notify()
166 if (!handle) in mshw0011_notify()
469 status = acpi_install_address_space_handler(adev->handle, in mshw0011_install_space_handler()
476 acpi_bus_detach_private_data(adev->handle); in mshw0011_install_space_handler()
488 acpi_handle handle; in mshw0011_remove_space_handler() local
491 handle = ACPI_HANDLE(&client->dev); in mshw0011_remove_space_handler()
492 if (!handle) in mshw0011_remove_space_handler()
495 acpi_remove_address_space_handler(handle, in mshw0011_remove_space_handler()
499 status = acpi_bus_get_private_data(handle, (void **)&data); in mshw0011_remove_space_handler()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c12 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_h, .handle = 1); \
15 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hp, .handle = 1, .priority = 1); \
16 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hf, .handle = 1, .prog_fd = __fd); \
18 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpf, .handle = 1, .priority = 1, .prog_fd = __fd); \
19 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpi, .handle = 1, .priority = 1, .prog_id = 42); \
20 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpr, .handle = 1, .priority = 1, \
24 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
28 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts, .handle = 1, .priority = 1, .prog_fd = fd); in test_tc_bpf_basic()
41 if (!ASSERT_EQ(opts.handle, 1, "handle set") || in test_tc_bpf_basic()
57 if (!ASSERT_EQ(opts.handle, 1, "handle set") || in test_tc_bpf_basic()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c248 u32 handle) in qed_nvmetcp_get_hash() argument
607 u32 *handle, in qed_nvmetcp_acquire_conn() argument
629 *handle = hash_con->con->icid; in qed_nvmetcp_acquire_conn()
634 *handle); in qed_nvmetcp_acquire_conn()
646 handle); in qed_nvmetcp_release_conn()
667 handle); in qed_nvmetcp_offload_conn()
724 u32 handle, in qed_nvmetcp_update_conn() argument
733 handle); in qed_nvmetcp_update_conn()
768 handle); in qed_nvmetcp_clear_conn_sq()
778 u32 handle, u8 abrt_conn) in qed_nvmetcp_destroy_conn() argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnv.c640 static int nv_common_early_init(void *handle) in nv_common_early_init() argument
954 static int nv_common_late_init(void *handle) in nv_common_late_init() argument
983 static int nv_common_sw_init(void *handle) in nv_common_sw_init() argument
993 static int nv_common_sw_fini(void *handle) in nv_common_sw_fini() argument
998 static int nv_common_hw_init(void *handle) in nv_common_hw_init() argument
1024 static int nv_common_hw_fini(void *handle) in nv_common_hw_fini() argument
1039 static int nv_common_suspend(void *handle) in nv_common_suspend() argument
1046 static int nv_common_resume(void *handle) in nv_common_resume() argument
1053 static bool nv_common_is_idle(void *handle) in nv_common_is_idle() argument
1058 static int nv_common_wait_for_idle(void *handle) in nv_common_wait_for_idle() argument
[all …]
H A Damdgpu_atpx_handler.c39 acpi_handle handle; member
114 static union acpi_object *amdgpu_atpx_call(acpi_handle handle, int function, in amdgpu_atpx_call() argument
138 status = acpi_evaluate_object(handle, NULL, &atpx_arg, &buffer); in amdgpu_atpx_call()
269 info = amdgpu_atpx_call(atpx->handle, ATPX_FUNCTION_VERIFY_INTERFACE, NULL); in amdgpu_atpx_verify_interface()
317 info = amdgpu_atpx_call(atpx->handle, in amdgpu_atpx_set_discrete_state()
353 info = amdgpu_atpx_call(atpx->handle, in amdgpu_atpx_switch_disp_mux()
385 info = amdgpu_atpx_call(atpx->handle, in amdgpu_atpx_switch_i2c_mux()
417 info = amdgpu_atpx_call(atpx->handle, in amdgpu_atpx_switch_start()
449 info = amdgpu_atpx_call(atpx->handle, in amdgpu_atpx_switch_end()
529 amdgpu_atpx_priv.atpx.handle = atpx_handle; in amdgpu_atpx_pci_probe_handle()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_scatter.c133 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_legacy_sg_alloc()
135 DRM_DEBUG("handle = %08lx\n", entry->handle); in drm_legacy_sg_alloc()
146 request->handle = entry->handle; in drm_legacy_sg_alloc()
212 if (!entry || entry->handle != request->handle) in drm_legacy_sg_free()
/openbmc/qemu/target/ppc/
H A Dtrace-events23 kvm_handle_dcr_write(void) "handle dcr write"
24 kvm_handle_dcr_read(void) "handle dcr read"
25 kvm_handle_halt(void) "handle halt"
27 kvm_handle_epr(void) "handle epr"
28 kvm_handle_watchdog_expiry(void) "handle watchdog expiry"
29 kvm_handle_debug_exception(void) "handle debug exception"
30 kvm_handle_nmi_exception(void) "handle NMI exception"
/openbmc/linux/drivers/usb/core/
H A Dusb-acpi.c145 static enum usb_port_connect_type usb_acpi_get_connect_type(acpi_handle handle, in usb_acpi_get_connect_type() argument
161 status = acpi_evaluate_object(handle, "_UPC", NULL, &buffer); in usb_acpi_get_connect_type()
226 acpi_handle *handle; in usb_acpi_find_companion_for_port() local
233 handle = adev->handle; in usb_acpi_find_companion_for_port()
234 status = acpi_get_physical_device_location(handle, &pld); in usb_acpi_find_companion_for_port()
238 port_dev->connect_type = usb_acpi_get_connect_type(handle, pld); in usb_acpi_find_companion_for_port()
/openbmc/linux/include/uapi/drm/
H A Dnouveau_drm.h95 __u32 handle; member
121 __u32 handle; member
145 __u32 handle; member
193 __u32 handle; member
198 __u32 handle; member
220 __u32 handle; member
294 __u32 handle; member

1...<<11121314151617181920>>...167