Searched refs:directed (Results 1 - 139 of 139) sorted by relevance

/linux-4.4.14/include/uapi/misc/
H A Dcxl.h43 #define CXL_AFUID_FLAG_SLAVE 0x1 /* In directed-mode afu is in slave mode */
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c78 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast, enic_dev_packet_filter() argument
84 err = vnic_dev_packet_filter(enic->vdev, directed, enic_dev_packet_filter()
H A Denic_dev.h46 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast,
H A Dvnic_dev.h137 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,
H A Dvnic_dev.c756 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, vnic_dev_packet_filter() argument
763 a0 = (directed ? CMD_PFILTER_DIRECTED : 0) | vnic_dev_packet_filter()
H A Denic_main.c849 int directed = 1; enic_set_rx_mode() local
862 enic_dev_packet_filter(enic, directed, enic_set_rx_mode()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsmtstate.h84 #define RM6_DIRECTED 6 /* sending directed beacons */
H A Dcmtdef.h340 #define MA_DIRECTED 3 /* directed beacon */
/linux-4.4.14/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h92 int len, int directed);
H A Ddavinci_cpdma.c140 #define cpdma_desc_to_port(chan, mode, directed) \
142 if (!is_rx_chan(chan) && ((directed == 1) || \
143 (directed == 2))) \
145 (directed << CPDMA_TO_PORT_SHIFT)); \
662 int len, int directed) cpdma_chan_submit()
699 cpdma_desc_to_port(chan, mode, directed); cpdma_chan_submit()
661 cpdma_chan_submit(struct cpdma_chan *chan, void *token, void *data, int len, int directed) cpdma_chan_submit() argument
H A Dnetcp_ethss.c2428 /* For 10G and on NetCP 1.5, use directed to port */ gbe_open()
/linux-4.4.14/security/apparmor/
H A Dpath.c127 * specifically directed to connect the path, d_namespace_path()
131 * of chroot) and specifically directed to connect paths to d_namespace_path()
H A Ddomain.c572 * Functions for self directed profile change
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-scan.h77 * struct iwl_ssid_ie - directed scan network information element
223 * @flags: bits 1-20: directed scan to i'th ssid
333 * @direct_scan: list of SSIDs for directed active scan
551 * @flags: bitmap - 0-19: directed scan to i'th ssid.
582 * @direct_scan: list of SSIDs for directed active scan
/linux-4.4.14/drivers/scsi/fnic/
H A Dvnic_dev.h133 void vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,
H A Dvnic_dev.c472 void vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, vnic_dev_packet_filter() argument
479 a0 = (directed ? CMD_PFILTER_DIRECTED : 0) | vnic_dev_packet_filter()
H A Dfnic_main.c763 /* enable directed and multicast */ fnic_probe()
/linux-4.4.14/drivers/mmc/host/
H A Dmmci.h181 /* These interrupts are directed to IRQ1 when two IRQ lines are available */
/linux-4.4.14/arch/powerpc/xmon/
H A Dppc-dis.c133 /* Print the operand as directed by the flags. */ print_insn_powerpc()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2100.h937 IPW_ORD_STAT_RX_DIR_DATA, // # of directed packets
938 IPW_ORD_STAT_RX_DIR_DATA1, // # of directed packets at 1MB
939 IPW_ORD_STAT_RX_DIR_DATA2, // # of directed packets at 2MB
940 IPW_ORD_STAT_RX_DIR_DATA5_5, // # of directed packets at 5.5MB
941 IPW_ORD_STAT_RX_DIR_DATA11, // # of directed packets at 11MB
942 IPW_ORD_STAT_RX_DIR_DATA22, // # of directed packets at 22MB
H A Dipw2100.c3644 IPW2100_ORD(STAT_RX_DIR_DATA, "directed packets"),
3645 IPW2100_ORD(STAT_RX_DIR_DATA1, "directed packets at 1MB"),
3646 IPW2100_ORD(STAT_RX_DIR_DATA2, "directed packets at 2MB"),
3648 "directed packets at 5.5MB"),
3649 IPW2100_ORD(STAT_RX_DIR_DATA11, "directed packets at 11MB"),
/linux-4.4.14/arch/powerpc/include/asm/
H A Dreg_booke.h642 * directed to Guest state */
644 * directed to guest state */
646 * directed to guest state */
648 * directed to guest state */
650 * directed to guest state */
H A Dreg.h328 #define LPCR_PECEDP 0x00010000 /* directed priv dbells cause exit */
329 #define LPCR_PECEDH 0x00008000 /* directed hyp dbells cause exit */
/linux-4.4.14/drivers/infiniband/core/
H A Dsmi.c126 * Fixup a directed route SMP for sending
H A Dmad.c784 dev_err(&device->dev, "OPA Invalid directed route\n"); handle_outgoing_dr_smp()
807 dev_err(&device->dev, "Invalid directed route\n"); handle_outgoing_dr_smp()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dvf.h53 * Registers) holds the directed and multicast addresses that we monitor.
/linux-4.4.14/drivers/acpi/acpica/
H A Ddbfileio.c88 * DESCRIPTION: Open a file where debug output will be directed.
H A Dtbxfload.c303 ACPI_INFO((AE_INFO, "Host-directed Dynamic ACPI Table Load:")); ACPI_EXPORT_SYMBOL_INIT()
/linux-4.4.14/arch/tile/kernel/
H A Dsmp.c268 * directed at the PCI shim. For now, just do a raw store, smp_send_reschedule()
/linux-4.4.14/fs/btrfs/
H A Dulist.c17 * A sample usage for ulists is the enumeration of directed graphs without
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dsie.h7 { 0x9c, "DIAG (0x9c) time slice end directed" }, \
/linux-4.4.14/arch/s390/kvm/
H A Ddiag.c165 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d", tid); __diag_time_slice_end_directed()
/linux-4.4.14/arch/sparc/kernel/
H A Dirq_32.c93 * directed CPU interrupts using the existing enable/disable irq code
H A Dsun4d_irq.c263 printk(KERN_ERR "All sbus IRQs directed to CPU%d\n", cpuid); sun4d_distribute_irqs()
/linux-4.4.14/arch/metag/kernel/
H A Dsignal.c201 * effective cache flush - directed rather than 'full flush'. setup_rt_frame()
/linux-4.4.14/arch/parisc/kernel/
H A Dprocess.c88 ** Using "directed resets" at each processor with the MEM_TOC machine_restart()
/linux-4.4.14/arch/m68k/fpsp040/
H A Dsint.S149 | Input is less than zero. Restore sign, and check for directed
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
/linux-4.4.14/net/rds/
H A Dpage.c52 * with private pages. If, say, we were to do directed receive to pinned
/linux-4.4.14/drivers/misc/cxl/
H A Dnative.c458 dev_info(&afu->dev, "Activating AFU directed mode\n"); activate_afu_directed()
563 dev_info(&afu->dev, "Deactivating AFU directed mode\n"); deactivate_afu_directed()
H A Dcxl.h414 * of these per AFU. If in AFU directed there can be lots of these.
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_ether.h98 /* netdev setup/teardown as directed by the gadget driver */
H A Df_fs.c2983 * Most requests directed to interface go through here ffs_func_setup()
2987 * matter, we will handle requests directed to endpoint here ffs_func_setup()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmad.c109 /* set return bit in status of directed route responses */ mlx5_ib_process_mad()
/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c275 /* set return bit in status of directed route responses */ mthca_process_mad()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c307 * be directed to and from the management interface.
H A Ddefines.h471 * Registers) holds the directed and multicast addresses that we monitor.
473 * (RAR[15]) for our directed address used by controllers with
H A D82571.c1727 * incoming packets directed to this port are dropped. e1000e_set_laa_state_82571()
H A Dethtool.c1902 e_err("Interface does not support directed (unicast) frame wake-up packets\n"); e1000_get_wol()
H A Dnetdev.c4701 * of the RARs and no incoming packets directed to this port e1000_set_mac()
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dfplustm.c426 How to test directed beacon frames
452 * enable FORMAC to send endless queue of directed beacon directed_beacon()
514 * build directed beacon packet build_claim_beacon()
1018 /* the driver must receive the directed beacons */ sm_mac_check_beacon_claim()
H A Drmt.c70 #define RM6_DIRECTED 6 /* sending directed beacons */
H A Dskfddi.c1554 * in a receive buffer. Also the SMT, NSA, and directed beacon frames
2206 s = "RM6_DIRECTED - sending directed beacons"; rmt_state_change()
H A Dhwmtm.c986 * all received LLC frames with a directed address, Multicast
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdcpat.h136 #define PDC_PAT_IO_PROG_SBA_DIR_RANGE 30L /* Program directed range */
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h175 * directed
176 * MPDU is a directed packet which means that the RA matched
339 * directed
/linux-4.4.14/drivers/parisc/
H A Dsba_iommu.c1091 ** TODO/REVISIT/FIXME: support for directed ranges requires calls to sba_get_pat_resources()
1092 ** PAT PDC to program the SBA/LBA directed range registers...this sba_get_pat_resources()
2029 * sba_directed_lmmio - return first directed LMMIO range routed to rope
2048 /* Astro has 4 directed ranges. Not sure about Ike/Pluto/et al */ sba_directed_lmmio()
2060 continue; /* directed down different rope */ sba_directed_lmmio()
H A Dlba_pci.c1226 * The "PCI02 ELMMIO" directed range is for: lba_legacy_resources()
1256 ** like graphics cards or X25 may need a directed range when the lba_legacy_resources()
1263 ** rope may be used by a directed range on a different rope. lba_legacy_resources()
1265 ** since they may be assigned a directed range which overlaps lba_legacy_resources()
/linux-4.4.14/net/bluetooth/
H A Dhci_conn.c474 /* We could end up here due to having done directed advertising, le_conn_timeout()
867 * anyway have to disable it in order to start directed hci_connect_le()
876 /* If requested to connect as slave use directed advertising */ hci_connect_le()
H A Dhci_request.c287 * for handling directed advertising. hci_req_add_le_passive_scan()
H A Dmgmt.c4208 * that's using directed advertising. trigger_le_scan()
/linux-4.4.14/drivers/sbus/char/
H A Dbbc_envctrl.c38 * an i2c digital to analog converter. There is a fan directed at the
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dagn.h305 #define IWL_STA_LOCAL BIT(3) /* station state not directed by mac80211; iwl_get_agg_tx_fail_reason()
H A Dcommands.h2257 * 1) SSID for directed active scans
2292 * struct iwl_ssid_ie - directed scan network information element
2392 /* For directed active scans (set to all-0s otherwise) */
/linux-4.4.14/drivers/net/irda/
H A Dtoim3232-sir.c49 * but this is mostly directed towards pariasitic power from the RS232
/linux-4.4.14/drivers/net/usb/
H A Dasix_common.c370 /* just broadcast and directed */ asix_set_multicast()
H A Dmcs7830.c377 /* just broadcast and directed */ mcs7830_data_set_multicast()
H A Dsr9800.c308 /* just broadcast and directed */ sr_set_multicast()
H A Dasix_devices.c145 /* just broadcast and directed */ ax88172_set_multicast()
H A Dax88179_178a.c850 /* just broadcast and directed */ ax88179_set_multicast()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_amd_uncore.c185 * same NB / L2 cache. Interrupts can be directed to a single target amd_uncore_event_init()
/linux-4.4.14/include/linux/
H A Dlockdep.h87 * These fields represent a directed graph of lock dependencies,
H A Dkvm_host.h276 * dy_eligible: indicates whether vcpu is eligible for directed yield.
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_defines.h453 * Registers) holds the directed and multicast addresses that we monitor.
455 * (RAR[15]) for our directed address used by controllers with
H A De1000_mac.c1570 * be directed to and from the management interface.
/linux-4.4.14/net/mac80211/
H A Dutil.c1515 bool directed) ieee80211_build_probe_req()
1526 * Do not send DS Channel parameter for directed probe requests ieee80211_build_probe_req()
1531 if (directed) ieee80211_build_probe_req()
1563 u32 ratemask, bool directed, u32 tx_flags, ieee80211_send_probe_req()
1570 ie, ie_len, directed); ieee80211_send_probe_req()
1509 ieee80211_build_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, u32 ratemask, struct ieee80211_channel *chan, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, bool directed) ieee80211_build_probe_req() argument
1559 ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 ratemask, bool directed, u32 tx_flags, struct ieee80211_channel *channel, bool scan) ieee80211_send_probe_req() argument
H A Dieee80211_i.h1942 bool directed);
1947 u32 ratemask, bool directed, u32 tx_flags,
H A Dtx.c111 * ACK: 0 if immediately previous directed data/mgmt had ieee80211_duration()
/linux-4.4.14/drivers/scsi/isci/
H A Dhost.h85 * Timer to control when the directed attached disks can consume power.
/linux-4.4.14/drivers/hid/
H A Dhid-sensor-hub.c168 * we want to make sure that the reports are directed to collection sensor_hub_register_callback()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c363 * the specified VIDs will be directed to CPU. __mlxsw_sp_port_vlans_add()
H A Dswitchx2.c117 * Control packets are directed to a specific egress port, while data
H A Dspectrum.c113 * Control packets are directed to a specific egress port, while data
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c80 * be directed to make use of the external irq irq_chip.
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c229 * re-directed to the on-chip LDS memory hardware.
/linux-4.4.14/tools/perf/config/
H A DMakefile127 # Treat warnings as errors unless directed not to
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1681 e_err(drv, "Interface does not support directed " e1000_get_wol()
1713 e_err(drv, "Interface does not support directed " e1000_set_wol()
H A De1000_hw.h512 * Registers) holds the directed and multicast addresses that we monitor. We
513 * reserve one of these spots for our directed address, allowing us room for
/linux-4.4.14/net/batman-adv/
H A Dtypes.h54 * @BATADV_DHCP_TO_SERVER: dhcp message is directed to a server
55 * @BATADV_DHCP_TO_CLIENT: dhcp message is directed to a client
H A Ddistributed-arp-table.c1184 /* if this REPLY is directed to a client of mine, let's deliver the batadv_dat_snoop_incoming_arp_reply()
H A Dsoft-interface.c284 * directed to a DHCP server batadv_interface_tx()
H A Dtranslation-table.c713 * within a TT Response directed to another node
/linux-4.4.14/include/rdma/
H A Dib_verbs.h2037 * uses directed route packets to communicate with the SM to get around the
2040 * order to send packets to the devices on the fabric. These directed
2043 * directed route packets on an InfiniBand fabric.
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_mad.c43 * The verbs framework will handle the directed/LID route reply()
55 * The verbs framework will handle the directed/LID route reply_failure()
/linux-4.4.14/drivers/usb/wusbcore/
H A Ddevconnect.c538 "directed-beacon", wusbhc_handle_dn_connect()
/linux-4.4.14/drivers/scsi/libsas/
H A Dsas_scsi_host.c716 /* handle directed resets to sas devices */ sas_eh_handle_resets()
H A Dsas_expander.c1987 /* treat device directed resets as flutter, if we went dev_type_flutter()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dacx.h566 requests directed to this IP address will pass
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommands.h2355 * 1) SSID for directed active scans
2407 * struct il_ssid_ie - directed scan network information element
2505 /* For directed active scans (set to all-0s otherwise) */
2549 /* For directed active scans (set to all-0s otherwise) */
H A Dcommon.h512 /* Radio/DSP gain settings for each scan rate, for directed scans. */
2130 #define IL_STA_LOCAL BIT(3) /* station state not directed by mac80211;
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.h922 #define PKT_TYPE_DIRECTED 0x0001 /* obselete, directed address is always accepted */
H A Dvia-velocity.c1391 * Set packet filter: Receive directed and broadcast address velocity_init_registers()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dtx.c520 * completion events will be directed back to the CPU that transmitted
/linux-4.4.14/arch/alpha/kernel/
H A Derr_marvel.c921 * error interrupts are all directed to the primary processor. marvel_process_io_error()
/linux-4.4.14/fs/
H A Ddax.c195 * @inode: The file which the I/O is directed at
/linux-4.4.14/fs/ufs/
H A Dinode.c23 * Goal-directed block allocation by Stephen Tweedie (sct@dcs.ed.ac.uk), 1993
/linux-4.4.14/include/linux/usb/
H A Dcomposite.h257 * device infrastructure or directed at a specific interface.
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_mad.c49 * The verbs framework will handle the directed/LID route reply()
/linux-4.4.14/drivers/staging/wilc1000/
H A Dlinux_wlan.c1327 PRINT_D(INIT_DBG, "Enable multicast filter, retrive directed packets only.\n"); wilc_set_multicast_list()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1064 * This blit must be directed at a specific screen.
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dtx.c131 * The frame will be directed to the AP for distribution and not __carl9170_get_tx_sta()
/linux-4.4.14/fs/ext2/
H A Dinode.c15 * Goal-directed block allocation by Stephen Tweedie
/linux-4.4.14/arch/ia64/include/asm/
H A Dpal.h44 #define PAL_FIXED_ADDR 12 /* get fixed component of processors's directed address */
/linux-4.4.14/drivers/scsi/
H A Du14-34f.c372 * and reordering by elevator sorting commands directed to each device,
H A Deata.c431 * and reordering by elevator sorting commands directed to each device,
/linux-4.4.14/drivers/isdn/capi/
H A Dcapidrv.c814 return "The message could not be accepted because of a queue full condition !! The error code does not imply that CAPI cannot receive messages directed to another controller, PLCI or NCCI"; capi_info2str()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dmad.c798 /* set return bit in status of directed route responses */ ib_process_mad()
/linux-4.4.14/fs/ext4/
H A Dindirect.c19 * Goal-directed block allocation by Stephen Tweedie
/linux-4.4.14/kernel/bpf/
H A Dverifier.c1489 * loop == back-edge in directed graph
/linux-4.4.14/sound/isa/wavefront/
H A Dwavefront_synth.c1835 1 - memory accesses to 03FC30-03FFFFH are directed to external wavefront_reset_to_cleanliness()
/linux-4.4.14/sound/soc/intel/haswell/
H A Dsst-haswell-ipc.c117 IPC_GLB_STREAM_MESSAGE = 6, /* Message directed to stream or its stages */
/linux-4.4.14/drivers/md/
H A Ddm-cache-target.c1618 * REQ_FLUSH is not directed at any particular block so we don't process_flush_bio()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2389 * the new txq should be directed
/linux-4.4.14/drivers/net/ethernet/hp/
H A Dhp100.c1053 /* all directed packet bits */ hp100_mmuinit()
/linux-4.4.14/arch/tile/include/gxio/
H A Dmpipe.h101 * record of the NotifRing to which packets directed to that bucket
/linux-4.4.14/security/selinux/ss/
H A Dservices.c849 * transition is directed to bounded, or not.
/linux-4.4.14/virt/kvm/
H A Dkvm_main.c2110 * Helper that checks whether a VCPU is eligible for directed yield.
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dksz884x.c3678 * It is assumed the unicast packet is directed to the device, as the hardware
4024 /* KSZ8842 supports port directed transmission. */ hw_send_pkt()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dmad.c66 * The verbs framework will handle the directed/LID route reply()
/linux-4.4.14/drivers/net/ethernet/3com/
H A D3c59x.c12 Problem reports and questions should be directed to
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h2234 /* The sum of the transmit-directed byte count, transmit-multicast
/linux-4.4.14/fs/jfs/
H A Djfs_dtree.c440 * Logging is now directed by xtree tlocks add_index()
/linux-4.4.14/fs/nfs/
H A Dnfs4xdr.c4760 * The prefered block size for layout directed io
/linux-4.4.14/include/uapi/linux/
H A Dnl80211.h4308 * unicast packets directed at the configured interface address get ACKed.
/linux-4.4.14/kernel/events/
H A Dcore.c3714 * Can happen when we close an event with re-directed output. _free_event()
/linux-4.4.14/include/net/
H A Dmac80211.h2269 * it finds traffic directed to it.
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_sli.c15490 /* d_id this frame is directed to */ lpfc_sli4_handle_received_buffer()
15493 /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */ lpfc_sli4_handle_received_buffer()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dpfpsp.S12996 # greater than 10^27, a directed rounding scheme is used with #
H A Dfpsp.S23036 # greater than 10^27, a directed rounding scheme is used with #

Completed in 5836 milliseconds