Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dpci.c125 int octet; in ath5k_pci_eeprom_read_mac() local
129 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac()
133 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac()
134 mac_d[octet] = data >> 8; in ath5k_pci_eeprom_read_mac()
135 octet += 2; in ath5k_pci_eeprom_read_mac()
/linux-6.15/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt104 This field is 1 octet in length. Its value is 134.
109 This field is 1 octet in length. It is the total length of the option
223 This field is 1 octet in length and has a value of 1.
271 octet 0 octet 1 octet 2 octet 3 octet 4 octet 5
309 This field is one octet in length and has a value of 2.
314 This field is 1 octet in length. It is the total length of the tag type
322 is to align the category field on an even octet boundary. This will
372 This field is one octet in length and has a value of 5.
377 This field is 1 octet in length. It is the total length of the tag type
409 A category range is a 4 octet field comprised of the 2 octet index of the
[all …]
/linux-6.15/crypto/krb5/
H A Dselftest.c120 struct krb5_buffer key = {}, octet = {}, result = {}, prf = {}; in krb5_test_one_prf() local
129 LOAD_BUF(&octet, test->octet); in krb5_test_one_prf()
138 ret = krb5->profile->calc_PRF(krb5, &key, &octet, &result, GFP_KERNEL); in krb5_test_one_prf()
155 clear_buf(&octet); in krb5_test_one_prf()
H A Dselftest_data.c21 .octet = "74657374",
27 .octet = "74657374",
H A Dinternal.h122 const char *name, *key, *octet, *prf; member
/linux-6.15/Documentation/networking/
H A Dplip.rst200 count-low octet
201 count-high octet
203 checksum octet
205 Each octet is sent as::
207 <wait for rx. '0x1?'> <send 0x10+(octet&0x0F)>
208 <wait for rx. '0x0?'> <send 0x00+((octet>>4)&0x0F)>
/linux-6.15/samples/pktgen/
H A Dfunctions.sh274 local octet=$[ IP6 ? 16 : 8 ]
292 idx=$[ octet*i ]
/linux-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c289 int hash = 0, octet, bit, i = 0, c; in hash_hw_addr() local
291 for (octet = 0; octet < 6; ++octet) in hash_hw_addr()
292 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) { in hash_hw_addr()
/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c29 u8 octet) in tx_octet() argument
32 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet()
38 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2564 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
2565 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub()
2568 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
2569 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub()
2570 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub()
2573 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub()
2576 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub()
2579 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub()
2599 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
H A Dwifi.h1047 u8 *octet; member
2824 #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC)
2855 (_os).octet = (u8 *)(_octet); \
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-scc-qmc.yaml89 transmitting/receiving the MSB of each octet first.
H A Dfsl,qe-ucc-qmc.yaml101 transmitting/receiving the MSB of each octet first.
/linux-6.15/drivers/s390/net/
H A Dqeth_l3_main.c76 u8 octet; in qeth_l3_convert_addr_to_bits() local
79 octet = addr[i]; in qeth_l3_convert_addr_to_bits()
81 bits[i*8 + j] = octet & 1; in qeth_l3_convert_addr_to_bits()
82 octet >>= 1; in qeth_l3_convert_addr_to_bits()
/linux-6.15/drivers/net/ethernet/altera/
H A Daltera_tse_main.c813 unsigned char octet = ha->addr[mac_octet]; in altera_tse_set_mcfilter() local
817 xor_bit ^= ((octet >> bitshift) & 0x01); in altera_tse_set_mcfilter()
/linux-6.15/drivers/mtd/maps/
H A DKconfig66 bits, you would set the bus width octet value to 4. This is
/linux-6.15/Documentation/security/keys/
H A Dtrusted-encrypted.rst467 initial TPM2B header, which can be reconstructed from the ASN.1 octet
/linux-6.15/Documentation/netlink/specs/
H A Dovs_flow.yaml570 doc: 16-octet connection tracking label
/linux-6.15/Documentation/networking/dsa/
H A Ddsa.rst182 ``skb_mac_header(skb) + ETH_ALEN`` octets, i.e. to where the first octet after
185 the first octet after the EtherType, and to change ``skb->dev`` to point to the