Home
last modified time | relevance | path

Searched refs:directed (Results 1 – 25 of 44) sorted by relevance

12

/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,
675 directed = sum(cnts[2:4])
676 ksft_lt(sum(cnts[ :2]), directed / 2, "traffic on main context: " + str(cnts))
677 ksft_ge(directed, 20000, "traffic on extra context: " + str(cnts))
902 directed = sum(ctx_cnts)
903 used = sum(1 for c in ctx_cnts if c > directed / 200)
904 return cnts, directed, used
908 cnts, directed, use
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm_source7 is directed. Reads return an existing connection or "<none>" if
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_dev.h31 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast,
H A Dvnic_dev.h129 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,
/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/drivers/scsi/fnic/
H A Dvnic_dev.h123 void vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,
H A Dvnic_dev.c709 void vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, in vnic_dev_packet_filter() argument
716 a0 = (directed ? CMD_PFILTER_DIRECTED : 0) | in vnic_dev_packet_filter()
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt31 mac80211->driver: TX directed probe request
/linux/Documentation/driver-api/serial/
H A Ddriver.rst7 driver. It is not complete, any questions you have should be directed to
/linux/Documentation/i2c/
H A Di2c-address-translators.rst34 all I2C transactions directed to devices on the child buses.
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst117 - The CEC hardware can monitor all messages, not just directed and
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/arch/arm/nwfpe/
H A Dnwfpe.rst40 Bug reports, comments, suggestions should be directed to me at
/linux/Documentation/driver-api/mei/
H A Diamt.rst46 name, the Intel LMS, which listens for traffic directed to the host name,
/linux/Documentation/bpf/
H A Dmap_cpumap.rst24 the packet is directed) can afford to spend more cycles processing the frame. The
/linux/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/Documentation/arch/riscv/
H A Dcmodx.rst40 execution can be directed to another custom trampoline.
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst34 more. For Surface Laptops, keyboard input is handled via HID directed
280 event handler. Request IDs for events are chosen by the host and directed to
/linux/Documentation/trace/
H A Dintel_th.rst47 mmap() interface and directed to a "software sink" driver that will
/linux/Documentation/driver-api/media/
H A Dcec-core.rst179 can receive directed messages to that address.
261 the message was nacked (for a directed message) or
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst352 case, any flow that matches the filter criteria will be directed to the
/linux/net/netfilter/ipvs/
H A DKconfig19 be used to choose which server the connection is directed to,

12