Home
last modified time | relevance | path

Searched refs:frames (Results 176 – 200 of 445) sorted by relevance

12345678910>>...18

/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h43 struct xdp_frame **frames, u32 flags);
H A Dena_xdp.c122 struct xdp_frame **frames, u32 flags) in ena_xdp_xmit() argument
146 if (ena_xdp_xmit_frame(tx_ring, adapter, frames[i], 0)) in ena_xdp_xmit()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst31 Control. It will not send pause frames. This may result in dropped frames.
/openbmc/linux/drivers/net/can/ctucanfd/
H A DKconfig30 modified to be CAN FD frames tolerant on MicroZed Zynq based
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov2680.yaml18 frames per second (fps) in UXGA resolution.
/openbmc/linux/drivers/net/
H A Dveth.c474 struct xdp_frame **frames, in veth_xdp_xmit() argument
503 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
531 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit() argument
535 err = veth_xdp_xmit(dev, n, frames, flags, true); in veth_ndo_xdp_xmit()
679 static void veth_xdp_rcv_bulk_skb(struct veth_rq *rq, void **frames, in veth_xdp_rcv_bulk_skb() argument
689 xdp_return_frame(frames[i]); in veth_xdp_rcv_bulk_skb()
698 skb = __xdp_build_skb_from_frame(frames[i], skb, in veth_xdp_rcv_bulk_skb()
701 xdp_return_frame(frames[i]); in veth_xdp_rcv_bulk_skb()
/openbmc/linux/sound/soc/ti/
H A Domap-mcbsp.c760 struct snd_interval frames; in omap_mcbsp_hwrule_min_buffersize() local
763 snd_interval_any(&frames); in omap_mcbsp_hwrule_min_buffersize()
766 frames.min = size / channels->min; in omap_mcbsp_hwrule_min_buffersize()
767 frames.integer = 1; in omap_mcbsp_hwrule_min_buffersize()
768 return snd_interval_refine(buffer_size, &frames); in omap_mcbsp_hwrule_min_buffersize()
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c73 .frames[0] = &mipitx_frame0_cfg,
74 .frames[1] = NULL,
75 .frames[2] = NULL,
76 .frames[3] = NULL,
725 frame = ctrl_cfg->tx_ctrl_cfg.frames[frame_id]; in mipi_tx_init_cntrl()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst153 Example 1: send frames received on eth4 with a SA of 00:01:02:03:04:05 to the
159 Example 2: drop frames received on eth4 with VID 100 and PCP of 3::
163 Example 3: redirect all frames received on eth4 to eth1::
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c104 list_for_each_entry(frame, &format->fmt->frames, entry) { in find_frame_by_index()
153 list_for_each_entry(frame, &format->fmt->frames, entry) { in find_closest_frame_by_size()
310 list_for_each_entry(frame, &uformat->frames, entry) { in uvc_v4l2_enum_frameintervals()
/openbmc/linux/drivers/net/can/
H A DKconfig44 frames to its pair and does *not* provide a local echo of sent
45 CAN frames. To disable a potential echo in af_can.c the vxcan driver
179 As only the sending and receiving of CAN frames is implemented, this
/openbmc/linux/drivers/staging/qlge/
H A DTODO18 frames, resets the link, device and driver buffer queues become
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Ddsa-port.yaml16 pass Ethernet frames. It can act as a stanadard Ethernet switch port, or have
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm8 tx_max sized frames with no terminating short
19 Set to 0 to pad all frames. Set greater than tx_max to
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
55 a. Jumbo frames. Xframe I/II supports MTU up to 9600 bytes,
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c224 int n, struct xdp_frame **frames, u32 flags) in vmxnet3_xdp_xmit() argument
240 if (vmxnet3_xdp_xmit_frame(adapter, frames[i], tq, true)) { in vmxnet3_xdp_xmit()
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c543 static int gc0310_g_skip_frames(struct v4l2_subdev *sd, u32 *frames) in gc0310_g_skip_frames() argument
545 *frames = GC0310_SKIP_FRAMES; in gc0310_g_skip_frames()
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c347 unsigned int frames = 0; in slic_xmit_complete() local
372 frames++; in slic_xmit_complete()
376 } while (frames < SLIC_MAX_TX_COMPLETIONS); in slic_xmit_complete()
382 sdev->stats.tx_packets += frames; in slic_xmit_complete()
553 unsigned int frames = 0; in slic_handle_receive() local
611 frames++; in slic_handle_receive()
619 sdev->stats.rx_packets += frames; in slic_handle_receive()
/openbmc/linux/drivers/gpu/drm/sti/
H A DNOTES4 - The High Quality Video Display Processor (HQVDP) gets video frames from a
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-event.rst79 unsigned int frame_rate; /* in frames per 1000sec */
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2023-44487.patch72 ngx_uint_t frames;
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh233 --num-frames ${num_pkts} \
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h203 struct xdp_frame **frames, u32 flags);
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32-spi.yaml71 delay in nanoseconds inserted between two consecutive data frames.
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h111 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,

12345678910>>...18