Searched refs:frames (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c378 * frames that we support per URB. It is not part of the Linux USB API.
804 cfg[0].frames = usb_max_isoc_frames(dev);
809 * isochronous frames which we do not support. If the
810 * isochronous frames are not back-to-back we need to
1328 * frames are USB packets transferred 1000 or 8000 times per second,
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl955 @ harmonize NEON and integer-only stack frames: load data
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c370 int frames, unit, max_fw_sge, max_fw_cmds; local
622 * Allocate DMA memory for the command frames. Keep them in the
625 * additional frames for holding sg lists or other data.
629 * for command frames that might be larger than an mfi_io_frame.
639 frames = (sc->mfi_sge_size * sc->mfi_max_sge - 1) / MFI_FRAME_SIZE + 2;
640 sc->mfi_cmd_size = frames * MFI_FRAME_SIZE;
658 device_printf(sc->mfi_dev, "Cannot allocate frames memory\n");
2431 * Instead of calculating the total number of frames in the
2493 * hint for the hardware to predict how many frames need to be
2494 * fetched across the bus. If a command has more than 8 frames
[all...]
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_muge.c231 .frames = 16,
1046 /* Multiple ethernet frames per USB packets. */
1123 * Enables mac's transmitter. It will transmit frames from the buffer
1130 /* FIFO is capable of transmitting frames to MAC. */
1281 * frames less than or equal to
1355 * The main write function that pulls ethernet frames off the queue and
1883 * Tells the device to either accept frames with a multicast mac address,
/freebsd-13-stable/sys/dev/usb/serial/
H A Du3g.c148 .frames = U3G_TXFRAMES,
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dchacha-armv4.S1278 @ harmonize NEON and integer-only stack frames: load data
/freebsd-13-stable/sys/dev/usb/
H A Dusb_transfer.c491 xfer->nframes = setup->frames;
890 * Assume there are three USB frames having length "a", "b" and
891 * "c". These USB frames will at maximum need "z"
1584 /* Check for invalid number of frames */
1592 DPRINTFN(0, "Too many frames: %u\n",
1627 /* check number of frames */
1873 * frames in host mode and device side
2967 /* check actual number of frames */
2970 panic("%s: actual number of frames, %d, is "
2971 "greater than initial number of frames,
[all...]
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6278 st->frames = val[0];
7020 p->frames = GET_STAT(FRAMES);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c488 * rx_pause = 1 to heed incoming PAUSE frames, 0 to ignore them.
489 * tx_pause = 1 to emit PAUSE frames when the rx FIFO reaches its high water
631 "Drop all frames with Layer 2 length or checksum errors");
636 "Drop all frames with IP version, length, or checksum errors");
641 "Drop all frames with Layer 4 length, checksum, or other errors");
6463 &sc->sc_do_rxcopy, 1, "Do RX copy of small frames");
7172 T4_REGSTAT(tx_octets, TX_PORT_BYTES, "# of octets in good frames");
7173 T4_REGSTAT(tx_frames, TX_PORT_FRAMES, "total # of good frames");
7174 T4_REGSTAT(tx_bcast_frames, TX_PORT_BCAST, "# of broadcast frames");
7175 T4_REGSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames");
[all...]

Completed in 214 milliseconds

123