Home
last modified time | relevance | path

Searched full:frames (Results 1 – 25 of 3272) sorted by relevance

12345678910>>...131

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h99 * Enable pause frames
103 * Enable a-symmetric pause frames
147 * @DPMAC_CNT_ING_FRAME_64: counts 64-bytes frames, good or bad.
148 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-bytes frames, good or bad.
149 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-bytes frames, good or bad.
150 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-bytes frames, good or bad.
151 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-bytes frames, good or bad.
152 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-bytes frames, good or bad.
153 * @DPMAC_CNT_ING_FRAME_1519_MAX: counts 1519-bytes frames and larger
156 * @DPMAC_CNT_ING_FRAG: counts frames which are shorter than 64 bytes received
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx4/
Den_port.h105 /* Received frames with a length of 64 octets */
115 /* Received frames with a length of 127 octets */
125 /* Received frames with a length of 255 octets */
135 /* Received frames with a length of 511 octets */
145 /* Received frames with a length of 1023 octets */
155 /* Received frames with a length of 1518 octets */
165 /* Received frames with a length of 1522 octets */
175 /* Received frames with a length of 1548 octets */
185 /* Received frames with a length of 1548 < octets < MTU */
195 /* Received frames with a length of MTU< octets and good CRC */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_port.h105 /* Received frames with a length of 64 octets */
115 /* Received frames with a length of 127 octets */
125 /* Received frames with a length of 255 octets */
135 /* Received frames with a length of 511 octets */
145 /* Received frames with a length of 1023 octets */
155 /* Received frames with a length of 1518 octets */
165 /* Received frames with a length of 1522 octets */
175 /* Received frames with a length of 1548 octets */
185 /* Received frames with a length of 1548 < octets < MTU */
195 /* Received frames with a length of MTU< octets and good CRC */
[all …]
/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc() argument
64 size = frames * format->channels * width; in snd_pcm_plugin_alloc()
68 if (plugin->buf_frames < frames) { in snd_pcm_plugin_alloc()
71 plugin->buf_frames = frames; in snd_pcm_plugin_alloc()
80 c->frames = frames; in snd_pcm_plugin_alloc()
92 c->frames = frames; in snd_pcm_plugin_alloc()
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() argument
113 frames = plugin->dst_frames(plugin, frames); in snd_pcm_plug_alloc()
114 if ((snd_pcm_sframes_t)frames <= 0) in snd_pcm_plug_alloc()
117 err = snd_pcm_plugin_alloc(plugin, frames); in snd_pcm_plug_alloc()
[all …]
Droute.c28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() argument
33 snd_pcm_area_silence(&dvp->area, 0, frames, format); in zero_areas()
41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() argument
44 snd_pcm_area_copy(&src_channel->area, 0, &dst_channel->area, 0, frames, format); in copy_area()
50 snd_pcm_uframes_t frames) in route_transfer() argument
58 if (frames == 0) in route_transfer()
60 if (frames > dst_channels[0].frames) in route_transfer()
61 frames = dst_channels[0].frames; in route_transfer()
71 copy_area(src_channels, dvp, frames, format); in route_transfer()
74 return frames; in route_transfer()
[all …]
/kernel/linux/linux-4.19/sound/core/oss/
Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc() argument
64 size = frames * format->channels * width; in snd_pcm_plugin_alloc()
68 if (plugin->buf_frames < frames) { in snd_pcm_plugin_alloc()
71 plugin->buf_frames = frames; in snd_pcm_plugin_alloc()
80 c->frames = frames; in snd_pcm_plugin_alloc()
92 c->frames = frames; in snd_pcm_plugin_alloc()
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() argument
113 frames = plugin->dst_frames(plugin, frames); in snd_pcm_plug_alloc()
114 if ((snd_pcm_sframes_t)frames <= 0) in snd_pcm_plug_alloc()
117 err = snd_pcm_plugin_alloc(plugin, frames); in snd_pcm_plug_alloc()
[all …]
Droute.c28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() argument
33 snd_pcm_area_silence(&dvp->area, 0, frames, format); in zero_areas()
41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() argument
44 snd_pcm_area_copy(&src_channel->area, 0, &dst_channel->area, 0, frames, format); in copy_area()
50 snd_pcm_uframes_t frames) in route_transfer() argument
58 if (frames == 0) in route_transfer()
60 if (frames > dst_channels[0].frames) in route_transfer()
61 frames = dst_channels[0].frames; in route_transfer()
71 copy_area(src_channels, dvp, frames, format); in route_transfer()
74 return frames; in route_transfer()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h28 /* frames sizes */
330 * @tx_frms: Count of data frames transmitted on this Aggregator on all
332 * However, does include frames discarded by the Distribution
334 * @tx_data_octets: Count of data and padding octets of frames transmitted
337 * frames discarded by the Distribution function.
338 * @tx_mcast_frms: Count of data frames transmitted (to a group destination
341 * PDUs. However, does include frames discarded by the Distribution
343 * @tx_bcast_frms: Count of broadcast data frames transmitted on this Aggregator
345 * PDUs. However, does include frames discarded by the Distribution
347 * @tx_discarded_frms: Count of data frames to be transmitted on this Aggregator
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h28 /* frames sizes */
330 * @tx_frms: Count of data frames transmitted on this Aggregator on all
332 * However, does include frames discarded by the Distribution
334 * @tx_data_octets: Count of data and padding octets of frames transmitted
337 * frames discarded by the Distribution function.
338 * @tx_mcast_frms: Count of data frames transmitted (to a group destination
341 * PDUs. However, does include frames discarded by the Distribution
343 * @tx_bcast_frms: Count of broadcast data frames transmitted on this Aggregator
345 * PDUs. However, does include frames discarded by the Distribution
347 * @tx_discarded_frms: Count of data frames to be transmitted on this Aggregator
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/mediatek/mt76/
Dagg-rx.c21 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() argument
33 __skb_queue_tail(frames, skb); in mt76_aggr_release()
37 mt76_rx_aggr_release_frames(struct mt76_rx_tid *tid, struct sk_buff_head *frames, in mt76_rx_aggr_release_frames() argument
44 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_frames()
49 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_release_head() argument
54 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_head()
60 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_check_release() argument
69 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
88 mt76_rx_aggr_release_frames(tid, frames, status->seqno); in mt76_rx_aggr_check_release()
91 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dagg-rx.c16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() argument
28 __skb_queue_tail(frames, skb); in mt76_aggr_release()
33 struct sk_buff_head *frames, in mt76_rx_aggr_release_frames() argument
40 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_frames()
45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_release_head() argument
50 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_head()
56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_check_release() argument
65 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
84 mt76_rx_aggr_release_frames(tid, frames, status->seqno); in mt76_rx_aggr_check_release()
87 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/freescale/
Ducc_geth.h62 u32 tx64; /* Total number of frames (including bad
63 frames) transmitted that were exactly of the
67 u32 tx127; /* Total number of frames (including bad
68 frames) transmitted that were between
71 u32 tx255; /* Total number of frames (including bad
72 frames) transmitted that were between 128
74 u32 rx64; /* Total number of frames received including
75 bad frames that were exactly of the mninimal
77 u32 rx127; /* Total number of frames (including bad
78 frames) received that were between MINLength
[all …]
Ducc_geth_ethtool.c41 "tx-64-frames",
42 "tx-65-127-frames",
43 "tx-128-255-frames",
44 "rx-64-frames",
45 "rx-65-127-frames",
46 "rx-128-255-frames",
48 "tx-pause-frames",
49 "tx-multicast-frames",
50 "tx-broadcast-frames",
51 "rx-frames",
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Ducc_geth.h57 u32 tx64; /* Total number of frames (including bad
58 frames) transmitted that were exactly of the
62 u32 tx127; /* Total number of frames (including bad
63 frames) transmitted that were between
66 u32 tx255; /* Total number of frames (including bad
67 frames) transmitted that were between 128
69 u32 rx64; /* Total number of frames received including
70 bad frames that were exactly of the mninimal
72 u32 rx127; /* Total number of frames (including bad
73 frames) received that were between MINLength
[all …]
Ducc_geth_ethtool.c37 "tx-64-frames",
38 "tx-65-127-frames",
39 "tx-128-255-frames",
40 "rx-64-frames",
41 "rx-65-127-frames",
42 "rx-128-255-frames",
44 "tx-pause-frames",
45 "tx-multicast-frames",
46 "tx-broadcast-frames",
47 "rx-frames",
[all …]
/kernel/linux/linux-5.10/net/dsa/
DKconfig36 Say Y or M if you want to enable support for tagging frames for
47 Say Y if you want to enable support for tagging frames for the
55 Say Y if you want to enable support for tagging frames for the
62 Say Y or M if you want to enable support for tagging frames for the
68 Say Y or M if you want to enable support for tagging frames for the
74 Say Y or M if you want to enable support for tagging frames for the
80 Say Y or M if you want to enable support for tagging frames for
86 Say Y if you want to enable support for tagging frames for the
92 Say Y or M if you want to enable support for tagging frames for the
100 Say Y or M if you want to enable support for tagging frames for the
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h19 u64 tx_frames; /*!< Tx frames */
26 u64 rx_frames; /*!< Rx frames */
33 u64 invalid_crcs; /*!< Rx CRC err frames */
34 u64 invalid_crc_gd_eof; /*!< Rx CRC err good EOF frames */
35 u64 undersized_frm; /*!< Rx undersized frames */
36 u64 oversized_frm; /*!< Rx oversized frames */
37 u64 bad_eof_frm; /*!< Rx frames with bad EOF */
38 u64 error_frames; /*!< Errored frames */
39 u64 dropped_frames; /*!< Dropped frames */
47 u64 bbsc_frames_lost; /*!< Credit Recovery-Frames Lost */
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h27 u64 tx_frames; /*!< Tx frames */
34 u64 rx_frames; /*!< Rx frames */
41 u64 invalid_crcs; /*!< Rx CRC err frames */
42 u64 invalid_crc_gd_eof; /*!< Rx CRC err good EOF frames */
43 u64 undersized_frm; /*!< Rx undersized frames */
44 u64 oversized_frm; /*!< Rx oversized frames */
45 u64 bad_eof_frm; /*!< Rx frames with bad EOF */
46 u64 error_frames; /*!< Errored frames */
47 u64 dropped_frames; /*!< Dropped frames */
55 u64 bbsc_frames_lost; /*!< Credit Recovery-Frames Lost */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h151 #define REG_TX_ABORT_AGE CRA(0x1,0xa,0x14) /* Aged Tx frames discarded */
152 #define REG_TX_ABORT_SHORT CRA(0x1,0xa,0x15) /* Short Tx frames discarded */
153 #define REG_TX_ABORT_TAXI CRA(0x1,0xa,0x16) /* Taxi error frames discarded */
202 RxSymbolCarrier = 0x01, // Frames w/ symbol errors
203 RxPause = 0x02, // # pause frames received
204 RxUnsupOpcode = 0x03, // # control frames with unsupported opcode
205 RxOkBytes = 0x04, // # octets in good frames
206 RxBadBytes = 0x05, // # octets in bad frames
207 RxUnicast = 0x06, // # good unicast frames
208 RxMulticast = 0x07, // # good multicast frames
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h151 #define REG_TX_ABORT_AGE CRA(0x1,0xa,0x14) /* Aged Tx frames discarded */
152 #define REG_TX_ABORT_SHORT CRA(0x1,0xa,0x15) /* Short Tx frames discarded */
153 #define REG_TX_ABORT_TAXI CRA(0x1,0xa,0x16) /* Taxi error frames discarded */
202 RxSymbolCarrier = 0x01, // Frames w/ symbol errors
203 RxPause = 0x02, // # pause frames received
204 RxUnsupOpcode = 0x03, // # control frames with unsupported opcode
205 RxOkBytes = 0x04, // # octets in good frames
206 RxBadBytes = 0x05, // # octets in bad frames
207 RxUnicast = 0x06, // # good unicast frames
208 RxMulticast = 0x07, // # good multicast frames
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c99 { ENETC_SIRFRM, "SI rx frames" },
100 { ENETC_SIRUCA, "SI rx u-cast frames" },
101 { ENETC_SIRMCA, "SI rx m-cast frames" },
103 { ENETC_SITFRM, "SI tx frames" },
104 { ENETC_SITUCA, "SI tx u-cast frames" },
105 { ENETC_SITMCA, "SI tx m-cast frames" },
106 { ENETC_RBDCR(0), "Rx ring 0 discarded frames" },
107 { ENETC_RBDCR(1), "Rx ring 1 discarded frames" },
108 { ENETC_RBDCR(2), "Rx ring 2 discarded frames" },
109 { ENETC_RBDCR(3), "Rx ring 3 discarded frames" },
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/pwc/
Dpwc-ctrl.c154 int frames, int *compression, int send_to_cam) in set_video_mode_Nala() argument
180 if (frames < 4) in set_video_mode_Nala()
181 frames = 4; in set_video_mode_Nala()
182 else if (size > PSZ_QCIF && frames > 15) in set_video_mode_Nala()
183 frames = 15; in set_video_mode_Nala()
184 else if (frames > 25) in set_video_mode_Nala()
185 frames = 25; in set_video_mode_Nala()
186 frames = frames2frames[frames]; in set_video_mode_Nala()
187 fps = frames2table[frames]; in set_video_mode_Nala()
203 pdev->vframes = frames; in set_video_mode_Nala()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
Dpwc-ctrl.c142 int frames, int *compression, int send_to_cam) in set_video_mode_Nala() argument
168 if (frames < 4) in set_video_mode_Nala()
169 frames = 4; in set_video_mode_Nala()
170 else if (size > PSZ_QCIF && frames > 15) in set_video_mode_Nala()
171 frames = 15; in set_video_mode_Nala()
172 else if (frames > 25) in set_video_mode_Nala()
173 frames = 25; in set_video_mode_Nala()
174 frames = frames2frames[frames]; in set_video_mode_Nala()
175 fps = frames2table[frames]; in set_video_mode_Nala()
191 pdev->vframes = frames; in set_video_mode_Nala()
[all …]
/kernel/linux/linux-4.19/net/ncsi/
Dinternal.h122 u32 hnc_rx_pause_xon; /* Rx pause XON frames */
123 u32 hnc_rx_pause_xoff; /* Rx XOFF frames */
124 u32 hnc_tx_pause_xon; /* Tx XON frames */
125 u32 hnc_tx_pause_xoff; /* Tx XOFF frames */
126 u32 hnc_tx_s_collision; /* Single collision frames */
127 u32 hnc_tx_m_collision; /* Multiple collision frames */
128 u32 hnc_l_collision; /* Late collision frames */
129 u32 hnc_e_collision; /* Excessive collision frames */
130 u32 hnc_rx_ctl_frames; /* Rx control frames */
131 u32 hnc_rx_64_frames; /* Rx 64-bytes frames */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
Daltera_tse.h232 /* Number of frames transmitted without error including pause frames */
234 /* Number of frames received without error including pause frames */
236 /* Number of frames received with a CRC error */
240 /* Sum of payload and padding octets of frames transmitted without
244 /* Sum of payload and padding octets of frames received without error */
249 /* Number of transmitted pause frames */
251 /* Number of Received pause frames */
256 /* Number of frames received with error */
258 /* Number of frames transmitted with error */
260 /* Number of valid received unicast frames */
[all …]

12345678910>>...131