/linux-6.14.4/arch/s390/pci/ |
D | pci_irq.c | 16 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-6.14.4/drivers/media/cec/core/ |
D | cec-adap.c | 1013 #define DIRECTED 0x80 macro 1017 #define BOTH (BCAST | DIRECTED) 1020 * Specify minimum length and whether the message is directed, broadcast 1026 [CEC_MSG_IMAGE_VIEW_ON] = 2 | DIRECTED, 1027 [CEC_MSG_TEXT_VIEW_ON] = 2 | DIRECTED, 1028 [CEC_MSG_INACTIVE_SOURCE] = 4 | DIRECTED, 1034 [CEC_MSG_RECORD_OFF] = 2 | DIRECTED, 1035 [CEC_MSG_RECORD_ON] = 3 | DIRECTED, 1036 [CEC_MSG_RECORD_STATUS] = 3 | DIRECTED, 1037 [CEC_MSG_RECORD_TV_SCREEN] = 2 | DIRECTED, [all …]
|
/linux-6.14.4/drivers/net/ethernet/ti/ |
D | davinci_cpdma.h | 81 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);
|
D | davinci_cpdma.c | 139 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-6.14.4/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_type.h | 94 #define NGBE_PSR_WKUP_CTL_EX BIT(2) /* Directed Exact Wakeup Enable */ 95 #define NGBE_PSR_WKUP_CTL_MC BIT(3) /* Directed Multicast Wakeup Enable*/ 98 #define NGBE_PSR_WKUP_CTL_IPV4 BIT(6) /* Directed IPv4 Pkt Wakeup Enable */ 99 #define NGBE_PSR_WKUP_CTL_IPV6 BIT(7) /* Directed IPv6 Pkt Wakeup Enable */
|
/linux-6.14.4/Documentation/arch/powerpc/ |
D | cxl.rst | 84 and AFU directed. AFU may support one or both modes. 90 When using AFU directed mode, up to 16K simultaneous contexts can 139 For AFUs operating in AFU directed mode, two character device 149 that the AFU provides (like master contexts in AFU directed). 171 An AFU directed mode AFU can have many contexts, the device can be 257 In AFU directed mode, master contexts are allowed to map all of 465 dedicated, afuX.Ys for afu directed), since the API is virtually
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.h | 873 IPW_ORD_STAT_TX_DIR_DATA, // # of successful Directed Tx's (MSDU) 875 IPW_ORD_STAT_TX_DIR_DATA1 = 4, // # of successful Directed Tx's (MSDU) @ 1MB 876 IPW_ORD_STAT_TX_DIR_DATA2, // # of successful Directed Tx's (MSDU) @ 2MB 877 IPW_ORD_STAT_TX_DIR_DATA5_5, // # of successful Directed Tx's (MSDU) @ 5_5MB 878 IPW_ORD_STAT_TX_DIR_DATA11, // # of successful Directed Tx's (MSDU) @ 11MB 879 IPW_ORD_STAT_TX_DIR_DATA22, // # of successful Directed Tx's (MSDU) @ 22MB 921 IPW_ORD_STAT_RX_DIR_DATA, // # of directed packets 922 IPW_ORD_STAT_RX_DIR_DATA1, // # of directed packets at 1MB 923 IPW_ORD_STAT_RX_DIR_DATA2, // # of directed packets at 2MB 924 IPW_ORD_STAT_RX_DIR_DATA5_5, // # of directed packets at 5.5MB [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/igc/ |
D | igc_defines.h | 24 #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-6.14.4/arch/s390/include/asm/ |
D | pci_insn.h | 110 /* directed interruption information block */ 122 /* cpu directed interruption information block */
|
/linux-6.14.4/drivers/net/ethernet/cisco/enic/ |
D | enic_dev.c | 63 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()
|
D | enic_dev.h | 31 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast,
|
/linux-6.14.4/Documentation/devicetree/bindings/media/i2c/ |
D | imi,rdacm2x-gmsl.yaml | 52 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-6.14.4/arch/s390/kvm/ |
D | diag.c | 195 "diag time slice end directed to %d: yield forwarded", in __diag_time_slice_end_directed() 204 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: done", tid); in __diag_time_slice_end_directed() 207 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: ignored", tid); in __diag_time_slice_end_directed()
|
/linux-6.14.4/drivers/net/ethernet/intel/igb/ |
D | e1000_defines.h | 18 #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-6.14.4/Documentation/ABI/testing/ |
D | sysfs-class-stm_source | 7 is directed. Reads return an existing connection or "<none>" if
|
/linux-6.14.4/tools/testing/selftests/drivers/net/hw/ |
D | rss_ctx.py | 89 directed = sum(cnts[i] for i in params['target']) 91 ksft_ge(directed, 20000, f"traffic on {name}: " + str(cnts)) 93 ksft_lt(sum(cnts[i] for i in params['noise']), directed / 2, 641 directed = sum(cnts[2:4]) 642 ksft_lt(sum(cnts[ :2]), directed / 2, "traffic on main context: " + str(cnts)) 643 ksft_ge(directed, 20000, "traffic on extra context: " + str(cnts))
|
/linux-6.14.4/security/apparmor/ |
D | path.c | 41 * specifically directed to connect the path, 45 * of chroot) and specifically directed to connect paths to
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 6 it controls the directed processor interrupts. The module is available in all
|
/linux-6.14.4/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 1239 /* Image Enhancement Filter directed */ 1249 * Calculate weight for blending directed and non-directed denoise elements 1274 * struct ipu3_uapi_iefd_cux6_ed - Calculate power of non-directed sharpening 1331 * struct ipu3_uapi_iefd_cux2_1 - Calculate power of non-directed denoise 1351 * struct ipu3_uapi_iefd_cux4 - Calculate power of non-directed sharpening 1445 * @cu_1: calculate weight for blending directed and 1446 * non-directed denoise elements. See &ipu3_uapi_iefd_cux2 1447 * @cu_ed: calculate power of non-directed sharpening element, see 1449 * @cu_3: calculate weight for blending directed and 1450 * non-directed denoise elements. A &ipu3_uapi_iefd_cux2 [all …]
|
/linux-6.14.4/Documentation/driver-api/iio/ |
D | intro.rst | 11 :doc:`input <../input>` subsystems. Hwmon is directed at low sample rate
|
/linux-6.14.4/Documentation/core-api/ |
D | boot-time-mm.rst | 17 may be directed to the first (and probably the only) node or to a
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | reg_booke.h | 514 * 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-6.14.4/drivers/net/fddi/skfp/h/ |
D | fddi.h | 53 #define DBEACON_INFO 1 /* beacon type DIRECTED */
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | txheader.h | 51 * Control packets are directed to a specific egress port, while data
|
/linux-6.14.4/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 31 mac80211->driver: TX directed probe request
|