/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.h | 105 /* 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 …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_fddi.h | 35 #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 D | if_ether.h | 32 #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 D | if_fc.h | 26 #define FC_ALEN 6 /* Octets in one ethernet addr */ 28 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
|
/openbmc/linux/lib/ |
H A D | build_OID_registry | 96 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 …]
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.h | 65 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 …]
|
/openbmc/u-boot/include/linux/ |
H A D | if_ether.h | 32 #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 */ 162 #define VLAN_ETH_HLEN 18 /* Total octets in header. */ 163 #define VLAN_ETH_ZLEN 64 /* Min. octets in frame sans FCS */ 168 #define VLAN_ETH_DATA_LEN 1500 /* Max. octets in payload */ [all …]
|
H A D | immap_qe.h | 334 * and 127 octets */ 338 * octets */ 345 * and 127 octets */ 349 * octets */ 350 u32 txok; /* Total number of octets residing in frames 363 u32 rxbok; /* Total number of octets received OK */ 364 u32 rbyt; /* Total number of octets received including 365 * octets in bad frames. Must be implemented 366 * in HW because it includes octets in frames
|
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_rx.h | 91 /* 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 */
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 250 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/ |
H A D | 0001-Stop-using-pyasn1.compat.octets.patch | 4 Subject: [PATCH] Stop using pyasn1.compat.octets 31 -from pyasn1.compat.octets import ints2octs 52 -from pyasn1.compat.octets import str2octs 73 -from pyasn1.compat.octets import str2octs 94 -from pyasn1.compat.octets import str2octs 115 -from pyasn1.compat.octets import str2octs 136 -from pyasn1.compat.octets import str2octs 168 -from pyasn1.compat.octets import str2octs
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.c | 66 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 …]
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_regs.h | 161 #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 …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.c | 65 /* 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 …]
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_internal.h | 13 * 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 */
|
/openbmc/u-boot/include/ |
H A D | fsl_tgec.h | 53 u32 tx_oct_u; /* Tx octets upper */ 54 u32 tx_oct_l; /* Tx octets lower */ 55 u32 rx_oct_u; /* Rx octets upper */ 56 u32 rx_oct_l; /* Rx octets lower */ 73 u32 rx_eoct_u; /* Rx ethernet octets upper */ 74 u32 rx_eoct_l; /* Rx ethernet octets lower */
|
/openbmc/linux/net/bluetooth/ |
H A D | aosp.c | 18 /* v0.95: 15 octets */ 31 /* v0.96: 16 octets */ 33 /* v0.98: 21 octets */ 36 /* v1.00: 25 octets */
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_regs.h | 217 #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 …]
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | msg_prot.h | 37 /* 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
|
/openbmc/linux/Documentation/netlabel/ |
H A D | draft-ietf-cipso-ipsecurity-01.txt | 111 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
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb.c | 167 /* Priority Assignment Table (4 octets) in ice_parse_ieee_ets_common_tlv() 168 * Octets:| 1 | 2 | 3 | 4 | in ice_parse_ieee_ets_common_tlv() 185 /* TC Bandwidth Table (8 octets) in ice_parse_ieee_ets_common_tlv() 186 * Octets:| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | in ice_parse_ieee_ets_common_tlv() 191 * TSA Assignment Table (8 octets) in ice_parse_ieee_ets_common_tlv() 192 * Octets:| 9 | 10| 11| 12| 13| 14| 15| 16| in ice_parse_ieee_ets_common_tlv() 308 /* Application Priority Table (3 octets) in ice_parse_ieee_app_tlv() 309 * Octets:| 1 | 2 | 3 | in ice_parse_ieee_app_tlv() 392 /* Priority Group Table (4 octets) in ice_parse_cee_pgcfg_tlv() 393 * Octets:| 1 | 2 | 3 | 4 | in ice_parse_cee_pgcfg_tlv() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | regs.h | 151 #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 */
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 184 /* 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()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326_reg.h | 201 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
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 274 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()
|