Searched refs:frames (Results 76 - 100 of 193) sorted by relevance

12345678

/linux-master/include/trace/events/
H A Dv4l2.h136 __entry->timecode_frames = buf->timecode.frames;
149 "timecode = { type = %s, flags = %s, frames = %u, "
213 __entry->timecode_frames = vbuf->timecode.frames;
226 "frames = %u, seconds = %u, minutes = %u, hours = %u, "
/linux-master/drivers/xen/
H A Dgntdev.c106 args.frames = map->frames;
117 kvfree(map->frames);
173 add->frames = kvcalloc(count, sizeof(add->frames[0]),
175 if (!add->frames)
185 args.frames = add->frames;
/linux-master/net/mac80211/
H A Drx.c69 * frames after we've sent the frame to monitoring. We
71 * frames with it present, due to the assumption of a
905 * Sequence numbers for management frames, QoS data
906 * frames with a broadcast/multicast address in the
907 * Address 1 field, and all non-QoS data frames sent
935 * boundary. In the case of regular frames, this simply means aligning the
942 * With A-MSDU frames, however, the payload data address must yield two modulo
943 * four because there are 14-byte 802.3 headers within the A-MSDU frames that
1092 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; local
1093 struct sk_buff *tail = skb_peek_tail(frames);
1110 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) argument
1143 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) argument
1170 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) argument
1247 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) argument
1346 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) argument
3237 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) argument
4140 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) argument
4284 struct sk_buff_head frames; local
4329 struct sk_buff_head frames; local
[all...]
H A Dsta_info.c658 * management frames, and then we'll pick the lowest
1120 * First check for frames that should expire on the filtered
1123 * frames. They also aren't accounted for right now in the
1149 * since the filtered frames are all before the normal PS
1150 * buffered frames.
1162 * frames are queued in order, so if this one
1178 * frames.
1183 * Return whether there are any frames still buffered, this is
1185 * if there are no frames we don't need to rearm the timer.
1236 * rx frames o
1902 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, enum ieee80211_frame_release_type reason, struct sk_buff_head *frames, unsigned long *driver_release_tids) argument
1965 struct sk_buff_head frames; local
[all...]
/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/drivers/usb/gadget/function/
H A Duvc_v4l2.c104 list_for_each_entry(frame, &format->fmt->frames, entry) {
153 list_for_each_entry(frame, &format->fmt->frames, entry) {
310 list_for_each_entry(frame, &uformat->frames, entry) {
452 * userspace is ready to provide video frames.
H A Du_audio.c158 unsigned int frames, p_pktsize; local
206 frames = (unsigned int) div_result;
208 pr_debug("p_srate %d, pitch %d, interval_mil %llu, frames %d\n",
209 prm->srate, prm->pitch, p_interval_mil, frames);
212 uac->p_framesize * frames,
216 residue_frames_mil = pitched_rate_mil - frames * p_interval_mil;
/linux-master/drivers/net/
H A Dveth.c474 struct xdp_frame **frames,
503 struct xdp_frame *frame = frames[i];
531 struct xdp_frame **frames, u32 flags)
535 err = veth_xdp_xmit(dev, n, frames, flags, true);
678 /* frames array contains VETH_XDP_BATCH at most */
679 static void veth_xdp_rcv_bulk_skb(struct veth_rq *rq, void **frames, argument
689 xdp_return_frame(frames[i]);
698 skb = __xdp_build_skb_from_frame(frames[i], skb,
701 xdp_return_frame(frames[i]);
1428 /* veth only receives frames whe
473 veth_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags, bool ndo_xmit) argument
530 veth_ndo_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) argument
[all...]
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c224 int n, struct xdp_frame **frames, u32 flags)
240 if (vmxnet3_xdp_xmit_frame(adapter, frames[i], tq, true)) {
223 vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c122 struct xdp_frame **frames, u32 flags)
146 if (ena_xdp_xmit_frame(tx_ring, adapter, frames[i], 0))
121 ena_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h52 * @dpb: number of frames needed to decode a single frame
274 * Several frames must be given to decoder (dpb),
329 * After this call, none, one or several frames could
364 * If not enough frames have been provided through setup_frame(),
366 * of available frames to proceed with decoding (starvation).
389 * Mark decoder pending frames (decoded but not yet output) as ready
392 * get all those pending frames.
413 * @nb_of_frames: number of frames available for decoding
414 * @frames: array of decoding frames t
447 struct delta_frame *frames[DELTA_MAX_FRAMES]; member in struct:delta_ctx
[all...]
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.h130 struct tegra_video_frame frames[V4L2_H264_NUM_DPB_ENTRIES + 1]; member in struct:tegra_vde
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.h88 unsigned int frames; member in struct:mcam_frame_state
158 struct list_head buffers; /* Available frames */
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h252 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Ddma.c637 int frames = 0; local
670 frames++;
673 if (frames || mt76_queue_is_wed_rx(q))
678 return frames;
H A Dmac80211.c1167 * individually addressed robust Management frames that are received
1348 void mt76_rx_complete(struct mt76_dev *dev, struct sk_buff_head *frames, argument
1357 while ((skb = __skb_dequeue(frames)) != NULL) {
1365 /* subsequent amsdu frames */
1391 struct sk_buff_head frames; local
1394 __skb_queue_head_init(&frames);
1399 __skb_queue_tail(&frames, skb);
1401 mt76_rx_aggr_reorder(skb, &frames);
1404 mt76_rx_complete(dev, &frames, napi);
/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/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];
H A Dkmb_dsi.h315 struct mipi_tx_frame_cfg *frames[MIPI_TX_FRAME_GEN]; member in struct:mipi_tx_ctrl_cfg
/linux-master/sound/soc/ti/
H A Domap-mcbsp.c759 struct snd_interval frames; local
762 snd_interval_any(&frames);
765 frames.min = size / channels->min;
766 frames.integer = 1;
767 return snd_interval_refine(buffer_size, &frames);
790 * 1 channel (mono): size is 128 frames (128 words)
791 * 2 channels (stereo): size is 128 / 2 = 64 frames (2 * 64 words)
792 * 4 channels: size is 128 / 4 = 32 frames (4 * 32 words)
996 /* Use dual-phase frames */
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h44 * enough number of jumbo frames in the Rx queues (length of the current
52 /* Maximum number of Tx confirmation frames to be processed
57 /* Maximum number of Tx frames to be processed in a single NAPI
63 /* Buffer qouta per channel. We want to keep in check number of ingress frames
64 * in flight: for small sized frames, congestion group taildrop may kick in
66 * reasonable number of frames will be pending at any given time.
73 /* Congestion group taildrop threshold: number of frames allowed to accumulate
81 /* Congestion group notification threshold: when this many frames accumulate
83 * PFC frames for that TC.
84 * When number of pending frames drop
398 __u64 frames; member in struct:dpaa2_eth_fq_stats
415 __u64 frames; member in struct:dpaa2_eth_ch_stats
[all...]
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c544 static int gc0310_g_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
546 *frames = GC0310_SKIP_FRAMES;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c337 struct xdp_frame **frames, u32 flags)
363 struct xdp_frame *xdp = frames[i];
336 bnxt_xdp_xmit(struct net_device *dev, int num_frames, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/media/usb/pwc/
H A Dpwc.h104 /* Ignore errors in the first N frames, to allow for startup delays */
235 int vframes; /* frames-per-second */
237 int vframe_count; /* received frames */
357 int pixfmt, int frames, int *compression, int send_to_cam);
/linux-master/net/ieee802154/
H A Dnl-mac.c837 u8 frames; local
846 frames = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_KEY_USAGE_FRAME_TYPES]);
847 if ((frames & BIT(IEEE802154_FC_TYPE_MAC_CMD)) &&
864 key->frame_types = frames;

Completed in 323 milliseconds

12345678