| /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 …]
|
| H A D | xmit.c | 112 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()
|
| H A D | xmit.h | 196 const u16 octets, const u8 bitrate);
|
| /linux/lib/ |
| H A D | oid_registry.c | 28 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/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_std_stats.sh | 111 local octets=$((pkt_size_fcs * num_pkts)) 137 "$h1 eth-mac OctetsTransmittedOK $octets 0") 142 "$h1 eth-mac OctetsReceivedOK $octets 0")
|
| /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 …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.c | 239 MLX5_GET_CTR(out, transmitted_ib_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 240 MLX5_GET_CTR(out, transmitted_eth_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 241 MLX5_GET_CTR(out, transmitted_ib_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 242 MLX5_GET_CTR(out, transmitted_eth_broadcast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 245 MLX5_GET_CTR(out, received_ib_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 246 MLX5_GET_CTR(out, received_eth_unicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 247 MLX5_GET_CTR(out, received_ib_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 248 MLX5_GET_CTR(out, received_eth_multicast.octets) + in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 249 MLX5_GET_CTR(out, received_eth_broadcast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 256 MLX5_GET_CTR(out, transmitted_ib_unicast.octets); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() [all …]
|
| H A D | en_stats.c | 734 VPORT_COUNTER_OFF(received_eth_unicast.octets) }, 738 VPORT_COUNTER_OFF(transmitted_eth_unicast.octets) }, 742 VPORT_COUNTER_OFF(received_eth_multicast.octets) }, 746 VPORT_COUNTER_OFF(transmitted_eth_multicast.octets) }, 750 VPORT_COUNTER_OFF(received_eth_broadcast.octets) }, 754 VPORT_COUNTER_OFF(transmitted_eth_broadcast.octets) }, 758 VPORT_COUNTER_OFF(received_ib_unicast.octets) }, 762 VPORT_COUNTER_OFF(transmitted_ib_unicast.octets) }, 766 VPORT_COUNTER_OFF(received_ib_multicast.octets) }, 770 VPORT_COUNTER_OFF(transmitted_ib_multicast.octets) }, [all …]
|
| H A D | eswitch.c | 2861 MLX5_GET_CTR(out, received_eth_unicast.octets) + in mlx5_eswitch_get_vport_stats() 2862 MLX5_GET_CTR(out, received_ib_unicast.octets) + in mlx5_eswitch_get_vport_stats() 2863 MLX5_GET_CTR(out, received_eth_multicast.octets) + in mlx5_eswitch_get_vport_stats() 2864 MLX5_GET_CTR(out, received_ib_multicast.octets) + in mlx5_eswitch_get_vport_stats() 2865 MLX5_GET_CTR(out, received_eth_broadcast.octets); in mlx5_eswitch_get_vport_stats() 2875 MLX5_GET_CTR(out, transmitted_eth_unicast.octets) + in mlx5_eswitch_get_vport_stats() 2876 MLX5_GET_CTR(out, transmitted_ib_unicast.octets) + in mlx5_eswitch_get_vport_stats() 2877 MLX5_GET_CTR(out, transmitted_eth_multicast.octets) + in mlx5_eswitch_get_vport_stats() 2878 MLX5_GET_CTR(out, transmitted_ib_multicast.octets) + in mlx5_eswitch_get_vport_stats() 2879 MLX5_GET_CTR(out, transmitted_eth_broadcast.octets); in mlx5_eswitch_get_vport_stats()
|
| H A D | fs_counters.c | 83 u64 bytes = MLX5_GET64(traffic_counter, stats, octets); in update_counter_cache()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | xmit.c | 137 const u16 octets, const u8 bitrate) in b43_generate_plcp_hdr() argument 145 B43_WARN_ON(octets & 0xF000); in b43_generate_plcp_hdr() 146 d |= (octets << 5); in b43_generate_plcp_hdr() 151 plen = octets * 16 / bitrate; in b43_generate_plcp_hdr() 152 if ((octets * 16 % bitrate) > 0) { in b43_generate_plcp_hdr() 155 && ((octets * 8 % 11) < 4)) { in b43_generate_plcp_hdr()
|
| H A D | xmit.h | 355 const u16 octets, const u8 bitrate);
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | ib_virt.c | 142 stats->rx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, received_ib_unicast.octets); in mlx5_ib_get_vf_stats() 143 stats->tx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, transmitted_ib_unicast.octets); in mlx5_ib_get_vf_stats()
|
| H A D | mad.c | 84 cpu_to_be64(MLX5_SUM_CNT(out, transmitted_ib_unicast.octets, in pma_cnt_ext_assign() 85 transmitted_ib_multicast.octets) >> 2); in pma_cnt_ext_assign() 87 cpu_to_be64(MLX5_SUM_CNT(out, received_ib_unicast.octets, in pma_cnt_ext_assign() 88 received_ib_multicast.octets) >> 2); in pma_cnt_ext_assign()
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_queue.c | 1240 u16 octets; in nfqnl_validate_one_exthdr() local 1246 if (data_len < sizeof(octets)) in nfqnl_validate_one_exthdr() 1248 data_len -= sizeof(octets); in nfqnl_validate_one_exthdr() 1250 if (skb_copy_bits(e->skb, start, &octets, sizeof(octets))) in nfqnl_validate_one_exthdr() 1253 if (hdrlen < sizeof(octets)) in nfqnl_validate_one_exthdr() 1256 hdrlen -= sizeof(octets); in nfqnl_validate_one_exthdr() 1257 if (memcmp(data, &octets, sizeof(octets))) in nfqnl_validate_one_exthdr() 1260 start += sizeof(octets); in nfqnl_validate_one_exthdr() 1261 data += sizeof(octets); in nfqnl_validate_one_exthdr()
|
| /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
|
| /linux/net/ipv4/ |
| H A D | ipconfig.c | 1407 int octets = 0; in root_nfs_parse_addr() local 1411 while (octets < 4) { in root_nfs_parse_addr() 1416 if (*cp == '.' || octets == 3) in root_nfs_parse_addr() 1417 octets++; in root_nfs_parse_addr() 1418 if (octets < 4) in root_nfs_parse_addr() 1422 if (octets == 4 && (*cp == ':' || *cp == '\0')) { in root_nfs_parse_addr()
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 28 octets = constants[val] 30 octets = int(val) 31 return int((octets + 3) / 4)
|
| /linux/Documentation/core-api/ |
| H A D | packing.rst | 166 shortening the most significant group of 4 octets to the number of octets
|
| /linux/Documentation/networking/ |
| H A D | plip.rst | 202 ... data octets
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 375 p0 = &s.octets; in get_stats()
|
| H A D | t4_hw.c | 5728 st->octets = ((u64)val[2] << 32) | val[3]; in t4_get_usm_stats() 6453 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
|
| H A D | cxgb4_debugfs.c | 3645 PRINT_ADAP_STATS("usm_ddp_octets:", stats.octets); in show_ddp_stats()
|