Searched refs:frames (Results 101 - 125 of 193) sorted by last modified time

12345678

/linux-master/net/mac80211/
H A Dmesh_ps.c189 * is handled, for group-addressed and management frames it is not used
272 mps_dbg(sta->sdata, "start PS buffering frames towards %pM\n",
348 * individually addressed QoS Data/Null frames contain
353 /* check for mesh Peer Service Period trigger frames */
412 * @frames: the frame list to append to
419 struct sk_buff_head *frames)
422 struct sk_buff *new_skb, *skb = skb_peek_tail(frames);
437 * make sure it cannot pass other frames when releasing multiple ACs.
447 __skb_queue_tail(frames, new_skb);
451 * mps_frame_deliver - transmit frames durin
418 mpsp_qos_null_append(struct sta_info *sta, struct sk_buff_head *frames) argument
460 struct sk_buff_head frames; local
[all...]
/linux-master/drivers/xen/
H A Dgrant-table.c84 * gnttab_last_free is used to add free entries of new frames at the end of
121 * Mapping a list of frames for storing grant entries. Frames parameter
123 * nr_gframes is the number of frames to map grant table. Returning
126 int (*map_frames)(xen_pfn_t *frames, unsigned int nr_gframes);
128 * Release a list of frames which are mapped in map_frames for grant
746 static unsigned int gnttab_frames(unsigned int frames, unsigned int align) argument
748 return (frames * gnttab_interface->grefs_per_grant_frame + align - 1) /
798 return 4; /* Legacy max supported number of frames */
830 pr_warn("Failed to ioremap gnttab share frames (addr=%pa)!\n",
1089 args->frames[
1379 gnttab_map_frames_v1(xen_pfn_t *frames, unsigned int nr_gframes) argument
1396 gnttab_map_frames_v2(xen_pfn_t *frames, unsigned int nr_gframes) argument
1448 xen_pfn_t *frames; local
[all...]
/linux-master/drivers/spi/
H A Dspi-microchip-core-qspi.c316 int total_bytes, cmd_bytes, frames, ctrl; local
323 * controlled by the frames register for each SPI sequence. This supports
350 frames = total_bytes & BYTESUPPER_MASK;
351 writel_relaxed(frames, qspi->regs + REG_FRAMESUP);
352 frames = total_bytes & BYTESLOWER_MASK;
353 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT;
358 frames |= idle_cycles << FRAMES_IDLE_SHIFT;
362 frames |= (1 << FRAMES_SHIFT);
364 frames |= FRAMES_FLAGWORD;
365 writel_relaxed(frames, qsp
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.h436 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5725 st->frames = val[0];
6453 p->frames = GET_STAT(FRAMES);
/linux-master/drivers/net/thunderbolt/
H A Dmain.c54 * @frame_index: running index on the frames
55 * @frame_id: ID of the frame to match frames to specific packet
56 * @frame_count: how many frames assembles a full packet
142 struct tbnet_frame frames[TBNET_RING_SIZE]; member in struct:tbnet_ring
173 * network packet consists of multiple Thunderbolt frames.
175 * @rx_ring: Software ring holding Rx frames
178 * @tx_ring: Software ring holding Tx frames
340 struct tbnet_frame *tf = &ring->frames[i];
507 struct tbnet_frame *tf = &ring->frames[index];
560 tf = &ring->frames[inde
989 tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb, struct tbnet_frame **frames, u32 frame_count) argument
1107 struct tbnet_frame *frames[MAX_SKB_FRAGS]; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c32 * pre-allocated buffer size for CSS ABI, auxiliary frames
770 /* Configure reference (delay) frames */
897 frames_sp = &sp_stage->frames;
1236 /* Reference frames for DVS, FRAME_FORMAT_YUV420_16 */
1256 /* TNR frames for temporal noise reduction, FRAME_FORMAT_YUV_LINE */
/linux-master/drivers/media/platform/qcom/venus/
H A Dvenc_ctrls.c305 ltr_use.frames = 0;
H A Dhfi_helper.h863 u32 frames; member in struct:hfi_ltr_use
H A Dhfi_cmds.c724 * 0xiippbb, where ii = qp range for I-frames,
725 * pp = qp range for P-frames, etc.
958 ltr_use->frames = in->frames;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c41 * we must have physically contiguous buffers to bring frames into.
693 * frames so we can put in a new DMA descriptor array. If no new
847 * it needs to stop grabbing frames. In particular, we can
1029 * Get everything ready, and start grabbing frames.
1149 cam->frame_state.frames = 0;
1182 cam_dbg(cam, "stop_streaming: %d frames, %d singles, %d delivered\n",
1183 cam->frame_state.frames, cam->frame_state.singles,
1691 cam->frame_state.frames++;
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c49 struct list_head frames; member in struct:venc_t
709 if (list_empty(&venc->frames))
841 list_for_each_entry_safe(frame, tmp, &venc->frames, list) {
870 list_add_tail(&frame->list, &venc->frames);
882 if (venc->stopped && list_empty(&venc->frames))
1056 list_for_each_entry_safe(frame, tmp, &venc->frames, list) {
1131 if (list_empty(&venc->frames))
1134 frame = list_first_entry(&venc->frames, struct venc_frame_t, list);
1314 INIT_LIST_HEAD(&venc->frames);
/linux-master/sound/pci/rme9652/
H A Drme9652.c204 size_t max_jitter; /* maximum jitter in frames for
357 /* The hardware may give a backward movement for up to 80 frames
426 unsigned int frames)
437 frames >>= 7;
439 while (frames) {
441 frames >>= 1;
1562 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n",
425 rme9652_set_interrupt_interval(struct snd_rme9652 *s, unsigned int frames) argument
H A Dhdsp.c1062 static int hdsp_set_interrupt_interval(struct hdsp *s, unsigned int frames) argument
1068 frames >>= 7;
1070 while (frames) {
1072 frames >>= 1;
3452 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n", hdsp_hw_pointer(hdsp));
/linux-master/sound/pci/emu10k1/
H A Demupcm.c587 // Clear leading frames. For simplicitly, this does too much,
617 // - The actual position is delayed by the cache size (64 frames)
1150 // The hardware is typically the cache's size of 64 frames ahead.
1632 unsigned int frames = bytes >> 2, count; local
1636 while (frames > tram_pos) {
1642 frames -= count;
1648 src, frames, tram_shift);
1649 tram_pos -= frames;
/linux-master/sound/atmel/
H A Dac97c.c417 snd_pcm_uframes_t frames; local
423 frames = bytes_to_frames(runtime, bytes);
424 if (frames >= runtime->buffer_size)
425 frames -= runtime->buffer_size;
426 return frames;
434 snd_pcm_uframes_t frames; local
440 frames = bytes_to_frames(runtime, bytes);
441 if (frames >= runtime->buffer_size)
442 frames -= runtime->buffer_size;
443 return frames;
[all...]
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.h27 int vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h254 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h529 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h139 * FDMA_ERROR, something went wrong, stop getting more frames
140 * FDMA_DROP, frame is dropped, but continue to get more frames
141 * FDMA_TX, frame is given to TX, but continue to get more frames
142 * FDMA_REDIRECT, frame is given to TX, but continue to get more frames
702 struct xdp_frame **frames,
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h252 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c310 /* Allow the Fman (Tx) port to process in-flight frames before we
1654 * either contiguous frames or scatter/gather ones.
1662 * Return the skb backpointer, since for S/G frames the buffer containing it
1665 * No skb backpointer is set when transmitting XDP frames. Cleanup the buffer
2765 /* XDP doesn't support S/G frames. Return the fragments to the
2769 WARN_ONCE(1, "S/G frames not supported under XDP\n");
3046 struct xdp_frame **frames, u32 flags)
3058 xdpf = frames[i];
3203 * this CGR to generate enqueue rejections to FMan in order to drop the frames
3045 dpaa_xdp_xmit(struct net_device *net_dev, int n, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c347 unsigned int frames = 0; local
351 /* Limit processing to SLIC_MAX_TX_COMPLETIONS frames to avoid that new
372 frames++;
376 } while (frames < SLIC_MAX_TX_COMPLETIONS);
382 sdev->stats.tx_packets += frames;
553 unsigned int frames = 0; local
611 frames++;
619 sdev->stats.rx_packets += frames;
969 /* enable PAUSE frames */
982 /* enable PAUSE frames */
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c259 u16 w = format->frames[i].wWidth;
260 u16 h = format->frames[i].wHeight;
266 frame = &format->frames[i];
335 if (probe->bFrameIndex == format->frames[i].bFrameIndex) {
336 frame = &format->frames[i];
501 /* Try frames with matching size to find the best frame interval. */
505 if (&format->frames[i] == stream->cur_frame)
508 if (format->frames[i].wWidth != stream->cur_frame->wWidth ||
509 format->frames[i].wHeight != stream->cur_frame->wHeight)
512 ival = uvc_try_frame_interval(&format->frames[
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core.h424 unsigned int frames; member in struct:qeth_qdio_out_buffer

Completed in 609 milliseconds

12345678