Home
last modified time | relevance | path

Searched full:octets (Results 1 – 25 of 153) sorted by relevance

1234567

/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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 …]
/linux/include/uapi/linux/
H A Dif_fddi.h35 #define FDDI_K_ALEN 6 /* Octets in one FDDI address */
36 #define FDDI_K_8022_HLEN 16 /* Total octets in 802.2 header */
37 #define FDDI_K_SNAP_HLEN 21 /* Total octets in 802.2 SNAP header */
38 #define FDDI_K_8022_ZLEN 16 /* Min octets in 802.2 frame sans
40 #define FDDI_K_SNAP_ZLEN 21 /* Min octets in 802.2 SNAP frame sans
42 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
43 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
44 #define FDDI_K_LLC_ZLEN 13 /* Min octets in LLC frame sans FCS */
45 #define FDDI_K_LLC_LEN 4491 /* Max octets in LLC frame sans FCS */
46 #define FDDI_K_OUI_LEN 3 /* Octets in OUI in 802.2 SNAP
H A Dif_ether.h32 #define ETH_ALEN 6 /* Octets in one ethernet addr */
33 #define ETH_TLEN 2 /* Octets in ethernet type field */
34 #define ETH_HLEN 14 /* Total octets in header. */
35 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */
36 #define ETH_DATA_LEN 1500 /* Max. octets in payload */
37 #define ETH_FRAME_LEN 1514 /* Max. octets in frame sans FCS */
38 #define ETH_FCS_LEN 4 /* Octets in the FCS */
H A Dif_fc.h26 #define FC_ALEN 6 /* Octets in one ethernet addr */
28 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
/linux/lib/
H A Dbuild_OID_registry96 my @octets = ();
100 push @octets, $components[0] * 40 + $components[1];
110 push @octets, (($c >> $tmp * 7) & 0x7f) | 0x80;
112 push @octets, $c & 0x7f;
115 push @encoded_oids, \@octets;
123 my @octets = @{$encoded_oids[$i]};
125 my $hash = $#octets;
126 foreach (@octets) {
141 my @octets = @{$encoded_oids[$i]};
143 print C_FILE $_, ", " foreach (@octets);
[all …]
H A Doid_registry.c28 const unsigned char *octets = data; in look_up_OID() local
38 hash += octets[i] * 33; in look_up_OID()
77 unsigned char b = octets[len]; in look_up_OID()
/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst250 This statistic counts the total number of packets received that were 64 octets
255 between 65 and 127 octets in length inclusive.
259 between 128 and 255 octets in length inclusive.
263 between 256 and 511 octets in length inclusive.
267 between 512 and 1023 octets in length inclusive.
271 between 1024 and 1518 octets in length inclusive.
280 octets, and had either a bad CRC with an integral number of octets (CRC Error)
281 or a bad CRC with a non-integral number of octets (Alignment Error).
284 statistic is the total number of packets received that were less than 64 octets
285 in length and had either a bad CRC with an integral number of octets (CRC
[all …]
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c66 unsigned int octets) in tx_data() argument
79 while (i < octets - 1) { in tx_data()
84 if (octets % 2) in tx_data()
85 tx_octet(queue, packet[octets - in tx_data()
179 unsigned int octets; in pio_tx_write_fragment() local
193 octets = skb->len + txhdr_size; in pio_tx_write_fragment()
195 octets--; in pio_tx_write_fragment()
196 tx_data(queue, txhdr, (u8 *)skb->data, octets); in pio_tx_write_fragment()
221 u16 octets; in pio_tx_packet() local
224 octets = (u16)skb->len + sizeof(struct b43legacy_txhdr_fw3); in pio_tx_packet()
[all …]
H A Dxmit.c112 const u16 octets, const u8 bitrate) in b43legacy_generate_plcp_hdr() argument
121 B43legacy_WARN_ON(octets & 0xF000); in b43legacy_generate_plcp_hdr()
122 d |= (octets << 5); in b43legacy_generate_plcp_hdr()
127 plen = octets * 16 / bitrate; in b43legacy_generate_plcp_hdr()
128 if ((octets * 16 % bitrate) > 0) { in b43legacy_generate_plcp_hdr()
131 && ((octets * 8 % 11) < 4)) in b43legacy_generate_plcp_hdr()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_regs.h162 #define IGC_GORCL 0x04088 /* Good Octets Rx Count Low - R/clr */
163 #define IGC_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */
164 #define IGC_GOTCL 0x04090 /* Good Octets Tx Count Low - R/clr */
165 #define IGC_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */
174 #define IGC_TORL 0x040C0 /* Total Octets Rx Low - R/clr */
175 #define IGC_TORH 0x040C4 /* Total Octets Rx High - R/clr */
176 #define IGC_TOTL 0x040C8 /* Total Octets Tx Low - R/clr */
177 #define IGC_TOTH 0x040CC /* Total Octets Tx High - R/clr */
195 #define IGC_HGORCL 0x04128 /* Host Good Octets Received Count Low */
196 #define IGC_HGORCH 0x0412C /* Host Good Octets Received Count High */
[all …]
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_internal.h13 * converts a specified bit-length to the number of octets/bytes.
31 const u32 keylength; /* protocol key length, in octets */
32 const u32 Kc_length; /* checksum subkey length, in octets */
33 const u32 Ke_length; /* encryption subkey length, in octets */
34 const u32 Ki_length; /* integrity subkey length, in octets */
/linux/drivers/net/ethernet/intel/igb/
H A De1000_regs.h217 #define E1000_GORCL 0x04088 /* Good Octets RX Count Low - R/clr */
218 #define E1000_GORCH 0x0408C /* Good Octets RX Count High - R/clr */
219 #define E1000_GOTCL 0x04090 /* Good Octets TX Count Low - R/clr */
220 #define E1000_GOTCH 0x04094 /* Good Octets TX Count High - R/clr */
229 #define E1000_TORL 0x040C0 /* Total Octets RX Low - R/clr */
230 #define E1000_TORH 0x040C4 /* Total Octets RX High - R/clr */
231 #define E1000_TOTL 0x040C8 /* Total Octets TX Low - R/clr */
232 #define E1000_TOTH 0x040CC /* Total Octets TX High - R/clr */
270 #define E1000_HGORCL 0x04128 /* Host Good Octets Received Count Low */
271 #define E1000_HGORCH 0x0412C /* Host Good Octets Received Count High */
[all …]
/linux/net/bluetooth/
H A Daosp.c18 /* v0.95: 15 octets */
31 /* v0.96: 16 octets */
33 /* v0.98: 21 octets */
36 /* v1.00: 25 octets */
/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt111 restriction of 40 octets the value of this field MUST not exceed 40.
180 restrictions are based on the current IP limitation of 40 octets for all
249 The length of this field is variable and ranges from 0 to 30 octets. This
268 minimal encoding SHOULD be used resulting in no trailing zero octets in the
284 a constant length of 10 octets. Trailing octets required to fill out the 10
285 octets are zero filled. Ten octets, allowing for 80 categories, was chosen
286 because it makes the total length of the CIPSO option 20 octets. If CIPSO
288 filler octets will not be required.
348 octets. Up to 15 categories may be represented by this tag. Valid values
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c165 /* Priority Assignment Table (4 octets) in ice_parse_ieee_ets_common_tlv()
166 * Octets:| 1 | 2 | 3 | 4 | in ice_parse_ieee_ets_common_tlv()
181 /* TC Bandwidth Table (8 octets) in ice_parse_ieee_ets_common_tlv()
182 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in ice_parse_ieee_ets_common_tlv()
187 * TSA Assignment Table (8 octets) in ice_parse_ieee_ets_common_tlv()
188 * Octets:| 9 | 10| 11| 12| 13| 14| 15| 16| in ice_parse_ieee_ets_common_tlv()
300 /* Application Priority Table (3 octets) in ice_parse_ieee_app_tlv()
301 * Octets:| 1 | 2 | 3 | in ice_parse_ieee_app_tlv()
381 /* Priority Group Table (4 octets) in ice_parse_cee_pgcfg_tlv()
382 * Octets:| 1 | 2 | 3 | 4 | in ice_parse_cee_pgcfg_tlv()
[all …]
/linux/drivers/net/ethernet/intel/e1000e/
H A Dregs.h151 #define E1000_GORCL 0x04088 /* Good Octets Rx Count Low - R/clr */
152 #define E1000_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */
153 #define E1000_GOTCL 0x04090 /* Good Octets Tx Count Low - R/clr */
154 #define E1000_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */
163 #define E1000_TORL 0x040C0 /* Total Octets Rx Low - R/clr */
164 #define E1000_TORH 0x040C4 /* Total Octets Rx High - R/clr */
165 #define E1000_TOTL 0x040C8 /* Total Octets Tx Low - R/clr */
166 #define E1000_TOTH 0x040CC /* Total Octets Tx High - R/clr */
/linux/include/linux/sunrpc/
H A Dmsg_prot.h37 /* Maximum size (in octets) of the machinename in an AUTH_UNIX
181 * representing an IPv4 address, which is always four octets long.
183 * the first through fourth octets each converted to ASCII-decimal.
185 * and second octets each converted to ASCII-decimal. For example, if a
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h184 /* Inbound octets marked to be dropped by the IPD */
190 /* Number of octets processed by PIP */
191 uint32_t octets; member
233 * Total number of octets from all packets received by PIP,
408 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
440 status->octets) in cvmx_pip_get_port_status()
443 status->octets; in cvmx_pip_get_port_status()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h201 RxInBytes = 0x00, // # Rx in octets
205 RxOkBytes = 0x04, // # octets in good frames
206 RxBadBytes = 0x05, // # octets in bad frames
218 RxSize64 = 0x11, // # frames 64 octets long
219 RxSize65To127 = 0x12, // # frames 65-127 octets
226 TxOutBytes = 0x18, // # octets tx
228 TxOkBytes = 0x1a, // # octets tx OK
238 TxSize64 = 0x24, // # frames 64 octets long
239 TxSize65To127 = 0x25, // # frames 65-127 octets
/linux/fs/ocfs2/cluster/
H A Dnodemanager.c274 unsigned int octets[4]; in o2nm_node_ipv4_address_store() local
277 ret = sscanf(page, "%3u.%3u.%3u.%3u", &octets[3], &octets[2], in o2nm_node_ipv4_address_store()
278 &octets[1], &octets[0]); in o2nm_node_ipv4_address_store()
282 for (i = 0; i < ARRAY_SIZE(octets); i++) { in o2nm_node_ipv4_address_store()
283 if (octets[i] > 255) in o2nm_node_ipv4_address_store()
285 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
/linux/fs/ecryptfs/
H A Dmmap.c66 * Octets 0-7: Unencrypted file size (big-endian)
67 * Octets 8-15: eCryptfs special marker
68 * Octets 16-19: Flags
70 * Octets 17-18: Reserved
74 * Octets 20-23: Header extent size (big-endian)
75 * Octets 24-25: Number of header extents at front of file
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c238 MLX5_GET_CTR(out, transmitted_ib_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
239 MLX5_GET_CTR(out, transmitted_eth_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
240 MLX5_GET_CTR(out, transmitted_ib_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
241 MLX5_GET_CTR(out, transmitted_eth_broadcast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
244 MLX5_GET_CTR(out, received_ib_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
245 MLX5_GET_CTR(out, received_eth_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
246 MLX5_GET_CTR(out, received_ib_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
247 MLX5_GET_CTR(out, received_eth_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
248 MLX5_GET_CTR(out, received_eth_broadcast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
255 MLX5_GET_CTR(out, transmitted_ib_unicast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
[all …]
/linux/include/net/
H A Dsnmp.h148 this_cpu_add(ptr[basefield##OCTETS], addend); \
154 __this_cpu_add(ptr[basefield##OCTETS], addend); \
183 ptr->mibs[basefield##OCTETS] += addend; \
H A Derspan.h5 * GRE header for ERSPAN type I encapsulation (4 octets [34:37])
17 * GRE header for ERSPAN type II and II encapsulation (8 octets [34:41])
30 * ERSPAN Version 1 (Type II) header (8 octets [42:49])
40 * ERSPAN Version 2 (Type III) header (12 octets [42:49])
51 * Platform Specific SubHeader (8 octets, optional)
/linux/net/mac80211/
H A Daes_cmac.c19 #define CMAC_TLEN 8 /* CMAC TLen = 64 bits (8 octets) */
20 #define CMAC_TLEN_256 16 /* CMAC TLen = 128 bits (16 octets) */

1234567