Home
last modified time | relevance | path

Searched full:directed (Results 1 – 25 of 170) sorted by relevance

1234567

/linux/arch/s390/pci/
H A Dpci_irq.c16 static enum {FLOATING, DIRECTED} irq_delivery; enumerator
21 * DIRECTED - summary bit per cpu (only used in fallback path)
28 * DIRECTED - interrupt bit vector per cpu
68 /* Modify PCI: Register CPU directed interruptions */
83 /* Modify PCI: Unregister CPU directed interruptions */
105 if (irq_delivery == DIRECTED) in zpci_set_irq()
118 if (irq_delivery == DIRECTED) in zpci_clear_irq()
153 if (irq_delivery == DIRECTED) { in zpci_compose_msi_msg()
180 /* Scan the directed IRQ bit vector */ in zpci_handle_cpu_local_irq()
300 if (irq_delivery == DIRECTED) { in __alloc_airq()
[all …]
/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h81 dma_addr_t data, int len, int directed);
83 int len, int directed);
85 dma_addr_t data, int len, int directed);
87 int len, int directed);
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py102 directed = sum(cnts[i] for i in params['target'])
104 ksft_ge(directed, 20000, f"traffic on {name}: " + str(cnts))
106 ksft_lt(sum(cnts[i] for i in params['noise']), directed / 2,
680 directed = sum(cnts[2:4])
681 ksft_lt(sum(cnts[ :2]), directed / 2, "traffic on main context: " + str(cnts))
682 ksft_ge(directed, 20000, "traffic on extra context: " + str(cnts))
907 directed = sum(ctx_cnts)
908 used = sum(1 for c in ctx_cnts if c > directed / 200)
909 return cnts, directed, used
913 cnts, directed, used = measure()
[all …]
/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h24 #define IGC_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */
25 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */
42 #define IGC_WUS_EX 0x00000004 /* Directed Exact */
43 #define IGC_WUS_ARPD 0x00000020 /* Directed ARP Request */
44 #define IGC_WUS_IPV4 0x00000040 /* Directed IPv4 */
45 #define IGC_WUS_IPV6 0x00000080 /* Directed IPv6 */
46 #define IGC_WUS_NSD 0x00000400 /* Directed IPv6 Neighbor Solicitation */
103 * Registers) holds the directed and multicast addresses that we monitor.
105 * (RAR[15]) for our directed address used by controllers with
/linux/drivers/thermal/intel/
H A Dtherm_throt.c542 * Hardware acknowledges the directed interrupt setup in 10ms or less. in check_directed_thermal_pkg_intr_ack()
628 /* Another CPU in this package already handles the directed interrupt. */ in enable_directed_thermal_pkg_intr()
665 /* Not the CPU handling the directed interrupt. */ in disable_directed_thermal_pkg_intr()
670 * The package-level interrupt must remain directed after this CPU goes in disable_directed_thermal_pkg_intr()
693 * If hardware does not acknowledge the directed interrupt setup on in disable_directed_thermal_pkg_intr()
710 * Clear the directed interrupt on @cpu. Hardware acknowledgment can be in disable_directed_thermal_pkg_intr()
719 * CPU0 may be handling the directed interrupt, but the CPU hotplug callbacks
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dimi,rdacm2x-gmsl.yaml52 All I2C traffic received on the GMSL link not directed to the serializer is
54 I2C traffic generated on the local I2C bus not directed to the serializer is
/linux/tools/testing/selftests/vfio/lib/drivers/igb/
H A De1000_defines.h18 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */
19 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */
23 #define E1000_WUS_EX 0x00000004 /* Directed Exact */
24 #define E1000_WUS_ARPD 0x00000020 /* Directed ARP Request */
25 #define E1000_WUS_IPV4 0x00000040 /* Directed IPv4 */
26 #define E1000_WUS_IPV6 0x00000080 /* Directed IPv6 */
27 #define E1000_WUS_NSD 0x00000400 /* Directed IPv6 Neighbor Solicitation */
470 * Registers) holds the directed and multicast addresses that we monitor.
472 * (RAR[15]) for our directed address used by controllers with
/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm_source7 is directed. Reads return an existing connection or "<none>" if
/linux/Documentation/driver-api/iio/
H A Dintro.rst11 :doc:`input <../input>` subsystems. Hwmon is directed at low sample rate
/linux/security/apparmor/
H A Dpath.c41 * specifically directed to connect the path,
45 * of chroot) and specifically directed to connect paths to
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_dev.h31 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast,
/linux/Documentation/core-api/
H A Dboot-time-mm.rst17 may be directed to the first (and probably the only) node or to a
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h514 * directed to Guest state */
516 * directed to guest state */
518 * directed to guest state */
520 * directed to guest state */
522 * directed to guest state */
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt31 mac80211->driver: TX directed probe request
/linux/drivers/net/fddi/skfp/h/
H A Dfddi.h53 #define DBEACON_INFO 1 /* beacon type DIRECTED */
H A Dsmtstate.h80 #define RM6_DIRECTED 6 /* sending directed beacons */
/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst35 Two entries are preoccupied by the Directed Beacon and Ring Purger
/linux/Documentation/driver-api/serial/
H A Ddriver.rst7 driver. It is not complete, any questions you have should be directed to
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst179 messages and directed messages for one its logical addresses) will
191 directed messages for other CEC devices, will be reported. This is
/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h22 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */
23 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */
478 * Registers) holds the directed and multicast addresses that we monitor.
480 * (RAR[15]) for our directed address used by controllers with
/linux/tools/lib/symbol/
H A DMakefile37 # Treat warnings as errors unless directed not to
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h33 * struct iwl_ssid_ie - directed scan network information element
217 * @flags: bits 1-20: directed scan to i'th ssid
351 * @direct_scan: list of SSIDs for directed active scan
732 * @flags: bitmap - 0-19: directed scan to i'th ssid.
805 * @direct_scan: list of SSIDs for directed active scan
/linux/Documentation/arch/arm/nwfpe/
H A Dnwfpe.rst40 Bug reports, comments, suggestions should be directed to me at
/linux/tools/lib/subcmd/
H A DMakefile41 # Treat warnings as errors unless directed not to
/linux/drivers/scsi/fnic/
H A Dvnic_dev.h123 void vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,

1234567