Home
last modified time | relevance | path

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

12345678910

/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()
121 if (irq_delivery == DIRECTED) in zpci_clear_irq()
160 /* Scan the directed IRQ bit vector */ in zpci_handle_cpu_local_irq()
274 if (irq_delivery == DIRECTED) { in __alloc_airq()
339 (irq_delivery == DIRECTED) ? in arch_setup_msi_irqs()
[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);
H A Ddavinci_cpdma.c139 int directed; member
180 #define cpdma_desc_to_port(chan, mode, directed) \ argument
182 if (!is_rx_chan(chan) && ((directed == 1) || \
183 (directed == 2))) \
185 (directed << CPDMA_TO_PORT_SHIFT)); \
1043 cpdma_desc_to_port(chan, mode, si->directed); in cpdma_chan_submit_si()
1080 int len, int directed) in cpdma_chan_idle_submit() argument
1091 si.directed = directed; in cpdma_chan_idle_submit()
1105 dma_addr_t data, int len, int directed) in cpdma_chan_idle_submit_mapped() argument
1116 si.directed = directed; in cpdma_chan_idle_submit_mapped()
[all …]
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_type.h101 #define NGBE_PSR_WKUP_CTL_EX BIT(2) /* Directed Exact Wakeup Enable */
102 #define NGBE_PSR_WKUP_CTL_MC BIT(3) /* Directed Multicast Wakeup Enable*/
105 #define NGBE_PSR_WKUP_CTL_IPV4 BIT(6) /* Directed IPv4 Pkt Wakeup Enable */
106 #define NGBE_PSR_WKUP_CTL_IPV6 BIT(7) /* Directed IPv6 Pkt Wakeup Enable */
/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/arch/s390/include/asm/
H A Dpci_insn.h110 /* directed interruption information block */
122 /* cpu directed interruption information block */
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c63 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast, in enic_dev_packet_filter() argument
69 err = vnic_dev_packet_filter(enic->vdev, directed, in enic_dev_packet_filter()
H A Denic_dev.h31 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast,
/linux/drivers/net/ethernet/intel/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/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/Documentation/ABI/testing/
H A Dsysfs-class-stm_source7 is directed. Reads return an existing connection or "<none>" if
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py98 directed = sum(cnts[i] for i in params['target'])
100 ksft_ge(directed, 20000, f"traffic on {name}: " + str(cnts))
102 ksft_lt(sum(cnts[i] for i in params['noise']), directed / 2,
650 directed = sum(cnts[2:4])
651 ksft_lt(sum(cnts[ :2]), directed / 2, "traffic on main context: " + str(cnts))
652 ksft_ge(directed, 20000, "traffic on extra context: " + str(cnts))
/linux/Documentation/driver-api/iio/
H A Dintro.rst11 :doc:`input <../input>` subsystems. Hwmon is directed at low sample rate
/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/Documentation/devicetree/bindings/interrupt-controller/
H A Dfsl,vf610-mscm-ir.yaml13 it controls the directed processor interrupts. The module is available in all
/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/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/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 */
477 * Registers) holds the directed and multicast addresses that we monitor.
479 * (RAR[15]) for our directed address used by controllers with
/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/Documentation/driver-api/serial/
H A Ddriver.rst7 driver. It is not complete, any questions you have should be directed to
/linux/tools/lib/symbol/
H A DMakefile41 # Treat warnings as errors unless directed not to

12345678910