Home
last modified time | relevance | path

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

12345678910>>...16

/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-6.6/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/include/uapi/linux/
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
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 */
/kernel/linux/linux-6.6/include/uapi/linux/
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
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 */
/kernel/linux/linux-5.10/lib/
Dbuild_OID_registry91 my @octets = ();
95 push @octets, $components[0] * 40 + $components[1];
105 push @octets, (($c >> $tmp * 7) & 0x7f) | 0x80;
107 push @octets, $c & 0x7f;
110 push @encoded_oids, \@octets;
118 my @octets = @{$encoded_oids[$i]};
120 my $hash = $#octets;
121 foreach (@octets) {
136 my @octets = @{$encoded_oids[$i]};
138 print C_FILE $_, ", " foreach (@octets);
[all …]
/kernel/linux/linux-6.6/lib/
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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
Ducc_geth.h65 octets */
68 (Including FCS length==4) and 255 octets */
74 (Including FCS length==4) and 127 octets */
77 (Including FCS length==4) and 255 octets */
78 u32 txok; /* Total number of octets residing in frames
91 u32 rxbok; /* Total number of octets received OK */
92 u32 rbyt; /* Total number of octets received including
93 octets in bad frames. Must be implemented in
94 HW because it includes octets in frames that
498 and 511 octets */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Ducc_geth.h65 octets */
68 (Including FCS length==4) and 255 octets */
74 (Including FCS length==4) and 127 octets */
77 (Including FCS length==4) and 255 octets */
78 u32 txok; /* Total number of octets residing in frames
91 u32 rxbok; /* Total number of octets received OK */
92 u32 rbyt; /* Total number of octets received including
93 octets in bad frames. Must be implemented in
94 HW because it includes octets in frames that
498 and 511 octets */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
Doctep_rx.h91 /* Octets of received packets */
92 u64 octets; member
97 /* Received PAUSE and Control octets */
103 /* Filtered DMAC0 octets */
109 /* Octets dropped due to RX FIFO full */
118 /* Filtered DMAC1 octets */
124 /* NCSI-bound octets dropped */
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h334 * @tx_data_octets: Count of data and padding octets of frames transmitted
336 * octets of LACPDUs or Marker PDUs. However, does include octets of
357 * @rx_data_octets: Count of data and padding octets of frames received on this
358 * Aggregator on all its Aggregation ports. Does not include octets
360 * octets of frames
404 * @tx_ttl_octets: Count of total octets of transmitted frames, not including
406 * total octets of transmitted frames, including framing characters,
411 * including the preamble octets.
412 * @tx_data_octets: Count of data and padding octets of successfully transmitted
422 * @tx_vld_ip_octets: Count of total octets of transmitted IP datagrams that
[all …]
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/altera/
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 …]
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/altera/
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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_regs.h147 #define IGC_GORCL 0x04088 /* Good Octets Rx Count Low - R/clr */
148 #define IGC_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */
149 #define IGC_GOTCL 0x04090 /* Good Octets Tx Count Low - R/clr */
150 #define IGC_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */
159 #define IGC_TORL 0x040C0 /* Total Octets Rx Low - R/clr */
160 #define IGC_TORH 0x040C4 /* Total Octets Rx High - R/clr */
161 #define IGC_TOTL 0x040C8 /* Total Octets Tx Low - R/clr */
162 #define IGC_TOTH 0x040CC /* Total Octets Tx High - R/clr */
180 #define IGC_HGORCL 0x04128 /* Host Good Octets Received Count Low */
181 #define IGC_HGORCH 0x0412C /* Host Good Octets Received Count High */
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
Digc_regs.h161 #define IGC_GORCL 0x04088 /* Good Octets Rx Count Low - R/clr */
162 #define IGC_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */
163 #define IGC_GOTCL 0x04090 /* Good Octets Tx Count Low - R/clr */
164 #define IGC_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */
173 #define IGC_TORL 0x040C0 /* Total Octets Rx Low - R/clr */
174 #define IGC_TORH 0x040C4 /* Total Octets Rx High - R/clr */
175 #define IGC_TOTL 0x040C8 /* Total Octets Tx Low - R/clr */
176 #define IGC_TOTH 0x040CC /* Total Octets Tx High - R/clr */
194 #define IGC_HGORCL 0x04128 /* Host Good Octets Received Count Low */
195 #define IGC_HGORCH 0x0412C /* Host Good Octets Received Count High */
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-uwb_rc54 hex octets.
83 The EUI-48, in colon-separated hex octets, for this
120 hex octets.
129 octets.
137 space separated hex octets with one IE per line.
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c63 /* Priority Assignment Table (4 octets) in i40e_parse_ieee_etscfg_tlv()
64 * Octets:| 1 | 2 | 3 | 4 | in i40e_parse_ieee_etscfg_tlv()
81 /* TC Bandwidth Table (8 octets) in i40e_parse_ieee_etscfg_tlv()
82 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etscfg_tlv()
90 /* TSA Assignment Table (8 octets) in i40e_parse_ieee_etscfg_tlv()
91 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etscfg_tlv()
118 /* Priority Assignment Table (4 octets) in i40e_parse_ieee_etsrec_tlv()
119 * Octets:| 1 | 2 | 3 | 4 | in i40e_parse_ieee_etsrec_tlv()
136 /* TC Bandwidth Table (8 octets) in i40e_parse_ieee_etsrec_tlv()
137 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etsrec_tlv()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c65 /* Priority Assignment Table (4 octets) in i40e_parse_ieee_etscfg_tlv()
66 * Octets:| 1 | 2 | 3 | 4 | in i40e_parse_ieee_etscfg_tlv()
83 /* TC Bandwidth Table (8 octets) in i40e_parse_ieee_etscfg_tlv()
84 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etscfg_tlv()
92 /* TSA Assignment Table (8 octets) in i40e_parse_ieee_etscfg_tlv()
93 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etscfg_tlv()
120 /* Priority Assignment Table (4 octets) in i40e_parse_ieee_etsrec_tlv()
121 * Octets:| 1 | 2 | 3 | 4 | in i40e_parse_ieee_etsrec_tlv()
138 /* TC Bandwidth Table (8 octets) in i40e_parse_ieee_etsrec_tlv()
139 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in i40e_parse_ieee_etsrec_tlv()
[all …]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
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 */
/kernel/linux/linux-6.6/net/bluetooth/
Daosp.c18 /* v0.95: 15 octets */
31 /* v0.96: 16 octets */
33 /* v0.98: 21 octets */
36 /* v1.00: 25 octets */
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_regs.h218 #define E1000_GORCL 0x04088 /* Good Octets RX Count Low - R/clr */
219 #define E1000_GORCH 0x0408C /* Good Octets RX Count High - R/clr */
220 #define E1000_GOTCL 0x04090 /* Good Octets TX Count Low - R/clr */
221 #define E1000_GOTCH 0x04094 /* Good Octets TX Count High - R/clr */
230 #define E1000_TORL 0x040C0 /* Total Octets RX Low - R/clr */
231 #define E1000_TORH 0x040C4 /* Total Octets RX High - R/clr */
232 #define E1000_TOTL 0x040C8 /* Total Octets TX Low - R/clr */
233 #define E1000_TOTH 0x040CC /* Total Octets TX High - R/clr */
271 #define E1000_HGORCL 0x04128 /* Host Good Octets Received Count Low */
272 #define E1000_HGORCH 0x0412C /* Host Good Octets Received Count High */
[all …]

12345678910>>...16